diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /www/flood | |
parent | - Fix conjuration with gcc-3.4.2 (diff) |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
Notes
Notes:
svn path=/head/; revision=115365
Diffstat (limited to 'www/flood')
-rw-r--r-- | www/flood/Makefile | 1 | ||||
-rw-r--r-- | www/flood/files/patch-configure.in | 7 |
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`" |