aboutsummaryrefslogtreecommitdiff
path: root/www/flood
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
committerAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
commite32a8245791aab6e734fe5ecda71641e15c94b45 (patch)
tree4daccf3b91f25a920b92ab009f8f336fb635fb30 /www/flood
parent99fb36c32d824e3fb95f9b66463538631d38cdc8 (diff)
downloadports-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.gz
ports-e32a8245791aab6e734fe5ecda71641e15c94b45.zip
Notes
Diffstat (limited to 'www/flood')
-rw-r--r--www/flood/Makefile1
-rw-r--r--www/flood/files/patch-configure.in7
2 files changed, 8 insertions, 0 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile
index 95af6c4e6e14..43d4d56e98bf 100644
--- a/www/flood/Makefile
+++ b/www/flood/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \
apr-0.9:${PORTSDIR}/devel/apr
USE_AUTOCONF_VER= 253
+WANT_LIBTOOL_VER= 15
CONFIGURE_ARGS= --disable-shared
CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib"
USE_GMAKE= yes
diff --git a/www/flood/files/patch-configure.in b/www/flood/files/patch-configure.in
new file mode 100644
index 000000000000..d17bc4f1ce3e
--- /dev/null
+++ b/www/flood/files/patch-configure.in
@@ -0,0 +1,7 @@
+--- configure.in.orig Sat Sep 6 03:06:11 2003
++++ configure.in Wed Jul 7 00:38:40 2004
+@@ -125,3 +125,3 @@
+ LDFLAGS="$LDFLAGS `$apr_config --ldflags`"
+-LIBTOOL="`$apr_config --apr-libtool`"
++LIBTOOL="$LIBTOOL"
+ LIBTOOL_LIBS="$LIBTOOL_LIBS `$apr_config --link-libtool --libs`"