summaryrefslogtreecommitdiff
path: root/graphics/chbg/files/patch-configure
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-03-27 16:29:49 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-03-27 16:29:49 +0000
commit542df3d748d087ff4ad81c6366edc16d672dc6e2 (patch)
tree595f964af6f6abeb35c10d7185213602103c48b5 /graphics/chbg/files/patch-configure
parentUpdate to 2.2.2-j1.1. (diff)
- update to 1.5
- take over maintainership (old maintainer isn't reachable) - now buildable without GNOME too (WANT_GNOME) Approved by: steve
Notes
Notes: svn path=/head/; revision=56750
Diffstat (limited to 'graphics/chbg/files/patch-configure')
-rw-r--r--graphics/chbg/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/chbg/files/patch-configure b/graphics/chbg/files/patch-configure
new file mode 100644
index 000000000000..746c87594704
--- /dev/null
+++ b/graphics/chbg/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig Sun Mar 24 14:42:24 2002
++++ configure Sun Mar 24 14:43:21 2002
+@@ -3259,8 +3259,8 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
+- if eval "test x$GNOME_CONFIG = xyes"; then
+- GNOME_PREFIX=`gnome-config --prefix`
++ if eval "test x$GNOME_CONFIG != xno"; then
++ GNOME_PREFIX=`$GNOME_CONFIG --prefix`
+ echo "configure: warning: "Will install Gnome things to $GNOME_PREFIX"" 1>&2
+ fi
+ fi