diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-23 21:30:14 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-23 21:30:14 +0800 |
commit | 14e414f599801134fede1d2e1f6a09826b624015 (patch) | |
tree | 98944e3edc40bb79bea3788213af285ef1d81b24 /databases/gnome-db/files | |
parent | c9fcbb063ae4b92741dc5c4c02544fc6c0b334c0 (diff) | |
download | freebsd-ports-gnome-14e414f599801134fede1d2e1f6a09826b624015.tar.gz freebsd-ports-gnome-14e414f599801134fede1d2e1f6a09826b624015.tar.zst freebsd-ports-gnome-14e414f599801134fede1d2e1f6a09826b624015.zip |
Update to 0.2.93.
Diffstat (limited to 'databases/gnome-db/files')
-rw-r--r-- | databases/gnome-db/files/patch-configure | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure index 7421be776293..0cb26397b4bc 100644 --- a/databases/gnome-db/files/patch-configure +++ b/databases/gnome-db/files/patch-configure @@ -1,23 +1,23 @@ $FreeBSD$ ---- configure.orig Mon Aug 13 11:48:19 2001 -+++ configure Mon Aug 13 11:49:44 2001 -@@ -17257,7 +17257,7 @@ - fi - fi +--- configure.orig Tue Oct 23 10:18:27 2001 ++++ configure Tue Oct 23 10:18:56 2001 +@@ -9234,7 +9234,7 @@ + + -if test $perl_val == true; then +if [ $perl_val = true ]; then WITH_PERL_TRUE= WITH_PERL_FALSE='#' else -@@ -17269,7 +17269,7 @@ - GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`" - GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" +@@ -9249,7 +9249,7 @@ + + + #GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf +-GNOMEDB_oafdir=${prefix}/share/oaf ++GNOMEDB_oafdir=${prefix}/share/gnome/oaf + --GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf -+GNOMEDB_oafdir="${prefix}/share/gnome/oaf" - ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h" - ac_config_commands="$ac_config_commands default" |