diff options
Diffstat (limited to 'databases/gnomedb/files/patch-configure')
-rw-r--r-- | databases/gnomedb/files/patch-configure | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/databases/gnomedb/files/patch-configure b/databases/gnomedb/files/patch-configure index 4c28f6f..7421be7 100644 --- a/databases/gnomedb/files/patch-configure +++ b/databases/gnomedb/files/patch-configure @@ -1,28 +1,23 @@ $FreeBSD$ ---- configure.orig Thu Jul 26 16:38:59 2001 -+++ configure Thu Jul 26 16:50:40 2001 -@@ -8821,7 +8836,7 @@ - - +--- configure.orig Mon Aug 13 11:48:19 2001 ++++ configure Mon Aug 13 11:49:44 2001 +@@ -17257,7 +17257,7 @@ + fi + fi -if test $perl_val == true; then +if [ $perl_val = true ]; then WITH_PERL_TRUE= WITH_PERL_FALSE='#' else -@@ -8831,11 +8846,11 @@ - - GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print`" +@@ -17269,7 +17269,7 @@ GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`" --GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\"" - - + GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf -+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/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" |