minicom: updated to 2.2
This commit is contained in:
parent
e63fd1ea25
commit
6f5ffbc09f
@ -1,2 +1 @@
|
|||||||
e1a7644e6acfcf2a67f65c032167bcf6 minicom-2.1-gcc4.patch
|
13933c8777839f00e3730df23599dc93 minicom-2.2.tar.gz
|
||||||
1c8f3b247c38fb16c3c2170df9fc102a minicom-2.1.tar.gz
|
|
||||||
|
@ -5,14 +5,12 @@
|
|||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=minicom
|
name=minicom
|
||||||
version=2.1
|
version=2.2
|
||||||
release=2
|
release=1
|
||||||
source=(http://alioth.debian.org/download.php/123/minicom-$version.tar.gz \
|
source=(http://alioth.debian.org/download.php/1806/$name-$version.tar.gz)
|
||||||
$name-$version-gcc4.patch)
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
patch -p1 < ../$name-$version-gcc4.patch
|
|
||||||
./configure --prefix=/usr --disable-nls
|
./configure --prefix=/usr --disable-nls
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -ur minicom-2.1-orig/src/window.c minicom-2.1/src/window.c
|
|
||||||
--- minicom-2.1-orig/src/window.c 2005-05-28 19:59:42.000000000 -0400
|
|
||||||
+++ minicom-2.1/src/window.c 2005-05-28 20:00:22.000000000 -0400
|
|
||||||
@@ -62,7 +62,7 @@
|
|
||||||
static char *CS, *SF, *SR, *VB, *BL;
|
|
||||||
static char *VE, *VI, *KS, *KE;
|
|
||||||
static char *CD, *CL, *IC, *DC;
|
|
||||||
-static char *BC, *CR, *NL;
|
|
||||||
+static char *CR, *NL;
|
|
||||||
#if ST_LINE
|
|
||||||
static char *TS, *FS, *DS;
|
|
||||||
#endif
|
|
Loading…
x
Reference in New Issue
Block a user