diff options
Diffstat (limited to 'databases/gnome-db/files/patch-configure')
-rw-r--r-- | databases/gnome-db/files/patch-configure | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure index 9547ff98afc8..8925b93fafb4 100644 --- a/databases/gnome-db/files/patch-configure +++ b/databases/gnome-db/files/patch-configure @@ -1,9 +1,17 @@ $FreeBSD$ ---- configure.orig Mon Mar 4 10:42:41 2002 -+++ configure Mon Mar 4 10:47:57 2002 -@@ -8876,7 +8876,7 @@ +--- configure.orig Mon Apr 15 15:30:28 2002 ++++ configure Wed May 1 11:51:50 2002 +@@ -5905,6 +5905,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' +@@ -8876,7 +8877,7 @@ PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` @@ -12,7 +20,7 @@ $FreeBSD$ -@@ -8906,7 +8906,7 @@ +@@ -8906,7 +8907,7 @@ GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print gdk_pixbuf`" GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print gdk_pixbuf`" |