diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
commit | 2ea071deb8ac59d694ded633b07c897e16489ed5 (patch) | |
tree | 9b1414950c0be1de50bdde9ff49b7152b0bb77a6 /net/licq-console | |
parent | fced66043b3467980088ffaae1efcdd8fe7eb21e (diff) | |
download | ports-2ea071deb8ac59d694ded633b07c897e16489ed5.tar.gz ports-2ea071deb8ac59d694ded633b07c897e16489ed5.zip |
Notes
Diffstat (limited to 'net/licq-console')
-rw-r--r-- | net/licq-console/Makefile | 3 | ||||
-rw-r--r-- | net/licq-console/files/patch-console.cpp | 12 |
2 files changed, 2 insertions, 13 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index 7449d5cb4448..e8ce148523b8 100644 --- a/net/licq-console/Makefile +++ b/net/licq-console/Makefile @@ -11,7 +11,8 @@ CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org -USE_AUTOMAKE= yes +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" INCDIR= ${PORTSDIR}/net diff --git a/net/licq-console/files/patch-console.cpp b/net/licq-console/files/patch-console.cpp deleted file mode 100644 index 689b419ddf13..000000000000 --- a/net/licq-console/files/patch-console.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/console.cpp.orig Mon Nov 4 00:23:20 2002 -+++ src/console.cpp Mon Nov 4 00:23:55 2002 -@@ -2157,7 +2157,7 @@ - * CLicqConsole::Input_Line - *-------------------------------------------------------------------------*/ - char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn, -- bool bEcho = true) -+ bool bEcho) - { - // Now check for keys - switch (cIn) - |