diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-26 22:25:49 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-26 22:25:49 +0000 |
commit | 21e0f3b5b47c474514e553b81e700d9d63ecf0f7 (patch) | |
tree | a2de95715efc14f0d7c1153d74b06ef70d930091 /graphics/gqview/files/patch-configure.in | |
parent | Add gini 0.5.1, a lightweight media streaming server, mostly (diff) |
Update to 1.2.2.
PR: ports/51357
Submitted by: Ports Fury
Approved by: maintainer timeout (3 months ago)
Diffstat (limited to 'graphics/gqview/files/patch-configure.in')
-rw-r--r-- | graphics/gqview/files/patch-configure.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/gqview/files/patch-configure.in b/graphics/gqview/files/patch-configure.in new file mode 100644 index 000000000000..bc1cb967a916 --- /dev/null +++ b/graphics/gqview/files/patch-configure.in @@ -0,0 +1,17 @@ +--- configure.in.orig Fri Dec 13 11:27:07 2002 ++++ configure.in Fri Dec 13 23:17:43 2002 +@@ -59,7 +59,14 @@ + AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/gqview") + + dnl CHECK_GNOME ++AC_ARG_ENABLE(gnome, ++[ --disable-gnome disable use of gnome], ++ gnome=$enableval, gnome=yes) ++if test "$gnome" = yes; then + AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) ++else ++ GNOME_CONFIG=no ++fi + AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no) + if test "$GNOME_CONFIG" = no; then + AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed) |