diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-04 09:16:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-04 09:16:31 +0000 |
commit | 2002d2898e6bd7b6d67b361567b756cddc5f51dd (patch) | |
tree | fce06fed5c44500f1f775a9bf61690114f81bf11 /databases/gnome-db/files/patch-configure | |
parent | Update to 0.2.96. (diff) |
Update to 0.2.96.
PR: 35490
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=55507
Diffstat (limited to 'databases/gnome-db/files/patch-configure')
-rw-r--r-- | databases/gnome-db/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure index b1db18ac530e..9547ff98afc8 100644 --- a/databases/gnome-db/files/patch-configure +++ b/databases/gnome-db/files/patch-configure @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Mon Jan 14 20:31:37 2002 -+++ configure Mon Jan 14 20:51:03 2002 -@@ -8877,7 +8877,7 @@ +--- configure.orig Mon Mar 4 10:42:41 2002 ++++ configure Mon Mar 4 10:47:57 2002 +@@ -8876,7 +8876,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,3 +12,12 @@ $FreeBSD$ +@@ -8906,7 +8906,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\\\"" + + + |