ports/databases/gnome-db/files/patch-configure
2001-10-23 13:30:14 +00:00

23 lines
394 B
Text

$FreeBSD$
--- 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
@@ -9249,7 +9249,7 @@
#GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
-GNOMEDB_oafdir=${prefix}/share/oaf
+GNOMEDB_oafdir=${prefix}/share/gnome/oaf