diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 08:18:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 08:18:20 +0000 |
commit | 29a7790b5b2d87787598e70689dc1aa93c444e98 (patch) | |
tree | 9721f15c72fbe9364e6ef415eceec8475f258b7f | |
parent | 733a797267565d94dce80b6d18897644fabd5898 (diff) | |
download | ports-29a7790b5b2d87787598e70689dc1aa93c444e98.tar.gz ports-29a7790b5b2d87787598e70689dc1aa93c444e98.zip |
Notes
-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' |