diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-20 11:45:53 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-20 11:45:53 +0000 |
commit | 2132ee3879a61074b35f315fb54a201ad0d4dfd2 (patch) | |
tree | 4a4892beef5f99af0a2da0365a601eff41e76d2d /net/gnet2/files | |
parent | 7dd1177ddef1908acd49f4f0344e32bfd9af9dff (diff) | |
download | FreeBSD-ports-2132ee3879a61074b35f315fb54a201ad0d4dfd2.zip FreeBSD-ports-2132ee3879a61074b35f315fb54a201ad0d4dfd2.tar.gz |
Use USE_LIBTOOL.
Diffstat (limited to 'net/gnet2/files')
-rw-r--r-- | net/gnet2/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gnet2/files/patch-configure b/net/gnet2/files/patch-configure new file mode 100644 index 0000000..0071cae --- /dev/null +++ b/net/gnet2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/07/20 11:29:10 1.1 ++++ configure 2002/07/20 11:29:19 +@@ -6725,6 +6725,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |