diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 16:18:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 16:18:20 +0800 |
commit | eddee22671587a3a1d14c99368b229de62327af2 (patch) | |
tree | 82f3fbc19204b874df292444fab904bd39976603 /devel | |
parent | 7a708873fbd1bb3819175db108f3c41f9c800782 (diff) | |
download | freebsd-ports-gnome-eddee22671587a3a1d14c99368b229de62327af2.tar.gz freebsd-ports-gnome-eddee22671587a3a1d14c99368b229de62327af2.tar.zst freebsd-ports-gnome-eddee22671587a3a1d14c99368b229de62327af2.zip |
Add patch necessary for USE_LIBTOOL.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbonobo/files/patch-configure b/devel/libbonobo/files/patch-configure new file mode 100644 index 000000000000..d52c0a8a2fcc --- /dev/null +++ b/devel/libbonobo/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/04/26 08:08:30 1.1 ++++ configure 2002/04/26 08:09:00 +@@ -7015,6 +7015,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' |