diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-11 13:22:37 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-11 13:22:37 +0000 |
commit | 4c125ff6f6b0cf1a362951ef1530e8252c0c4593 (patch) | |
tree | de176f9a4b282b1b2b327224ea99b6a5b2e7c7fe /audio/gqmpeg-devel/files/patch-configure.in | |
parent | Mark as FORBIDDEN: this is already included in original XF86-3. (diff) |
o update to 0.11.0.
o detect libpng and libintl correctly.
o support WITHOUT_GNOME correctly.
PR: 31908
Submitted by: maintainer
Diffstat (limited to 'audio/gqmpeg-devel/files/patch-configure.in')
-rw-r--r-- | audio/gqmpeg-devel/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gqmpeg-devel/files/patch-configure.in b/audio/gqmpeg-devel/files/patch-configure.in new file mode 100644 index 000000000000..590accd546bf --- /dev/null +++ b/audio/gqmpeg-devel/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig Fri Nov 9 14:42:36 2001 ++++ configure.in Sun Nov 11 22:13:39 2001 +@@ -81,7 +81,7 @@ + dnl CHECK_GNOME + AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) + AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no) +- if test "$GNOME_CONFIG" = no; then ++ if test "$GNOME_CONFIG" = no -o "$USE_GNOME" != yes; then + AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed) + else + AC_MSG_RESULT(will install a GNOME icon and menu entry) |