diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-11 16:07:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-11 16:07:59 +0000 |
commit | e3bf748e077908798752548a3eedb16a54244f0d (patch) | |
tree | 41a11afb38fa4e0b4ad5d509482ae27a73e5e30f /databases/gnomedb2/files/patch-configure | |
parent | Finish up the '\' tag team with sobomax, and hopefully get atk building (diff) |
Add glade2 and GNOME DB 2 to the tree. These are still beta versions of the
software, but it gives GNOME 2 testers some more stuff to play with.
Notes
Notes:
svn path=/head/; revision=61118
Diffstat (limited to 'databases/gnomedb2/files/patch-configure')
-rw-r--r-- | databases/gnomedb2/files/patch-configure | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/databases/gnomedb2/files/patch-configure b/databases/gnomedb2/files/patch-configure index 8925b93fafb4..cbcb925bf41b 100644 --- a/databases/gnomedb2/files/patch-configure +++ b/databases/gnomedb2/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Mon Apr 15 15:30:28 2002 -+++ configure Wed May 1 11:51:50 2002 -@@ -5905,6 +5905,7 @@ +--- configure.orig Tue May 21 12:06:21 2002 ++++ configure Mon Jun 3 00:24:38 2002 +@@ -8082,6 +8082,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,21 +8,22 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8876,7 +8877,7 @@ +@@ -10568,8 +10569,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` - PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` +- + PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` - - - -@@ -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`" --GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\"" +@@ -10589,7 +10589,7 @@ + + +-if test $perl_val == true; then ++if test $perl_val = true; then + WITH_PERL_TRUE= + WITH_PERL_FALSE='#' + else |