1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/databases/gnomedb/files/patch-configure
Maxim Sobolev 3d9708732d - Add number of missed files into pkg-plist;
- remove useless USE_LIBTOOL;
- hack port to install files properly into GNOME tree.
2001-07-26 14:13:05 +00:00

29 lines
718 B
Plaintext

$FreeBSD$
--- configure.orig Thu Jul 26 16:38:59 2001
+++ configure Thu Jul 26 16:50:40 2001
@@ -8821,7 +8836,7 @@
-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`"
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_oafdir=`oaf-config --prefix`/share/oaf
+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/oaf