diff options
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) - |