opnsense-ports/graphics/chbg/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
396 B
Text

--- 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