diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 08:18:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 08:18:20 +0000 |
commit | eddee22671587a3a1d14c99368b229de62327af2 (patch) | |
tree | 82f3fbc19204b874df292444fab904bd39976603 /devel/libbonobo/files | |
parent | 7a708873fbd1bb3819175db108f3c41f9c800782 (diff) | |
download | FreeBSD-ports-eddee22671587a3a1d14c99368b229de62327af2.zip FreeBSD-ports-eddee22671587a3a1d14c99368b229de62327af2.tar.gz |
Add patch necessary for USE_LIBTOOL.
Diffstat (limited to 'devel/libbonobo/files')
-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 0000000..d52c0a8 --- /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' |