diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/libsocket++/files/patch-autogen | 20 | ||||
-rw-r--r-- | net/licq-console/Makefile | 2 |
2 files changed, 20 insertions, 2 deletions
diff --git a/net/libsocket++/files/patch-autogen b/net/libsocket++/files/patch-autogen new file mode 100644 index 000000000000..f9e01bc6f041 --- /dev/null +++ b/net/libsocket++/files/patch-autogen @@ -0,0 +1,20 @@ +--- autogen.orig Tue Mar 18 15:47:57 2003 ++++ autogen Wed Jul 7 17:45:10 2004 +@@ -14,12 +14,12 @@ + else +- libtoolize --automake ++ libtoolize13 --automake + fi + echo "aclocal..." +-aclocal ++aclocal15 + echo "autoheader..." +-autoheader ++autoheader253 + echo "automake..." +-automake --add-missing ++automake15 --add-missing + echo "autoconf..." +-autoconf ++autoconf253 + diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index eb56d95565da..263b2bfb050a 100644 --- a/net/licq-console/Makefile +++ b/net/licq-console/Makefile @@ -13,8 +13,6 @@ CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org COMMENT= Ncurses-based console plugin for Licq -#USE_AUTOCONF_VER= 254 -#USE_AUTOMAKE_VER= 15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" LICQ_PORT?= net/licq |