From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- x11-misc/rss-glx/files/rss-glx-0.9.1-quesoglc.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11-misc/rss-glx/files/rss-glx-0.9.1-quesoglc.patch (limited to 'x11-misc/rss-glx/files/rss-glx-0.9.1-quesoglc.patch') diff --git a/x11-misc/rss-glx/files/rss-glx-0.9.1-quesoglc.patch b/x11-misc/rss-glx/files/rss-glx-0.9.1-quesoglc.patch new file mode 100644 index 000000000000..0aed3eabed63 --- /dev/null +++ b/x11-misc/rss-glx/files/rss-glx-0.9.1-quesoglc.patch @@ -0,0 +1,18 @@ +Removing automagic dependency on media-libs/quesoglc + +http://bugs.gentoo.org/313837 + +--- a/configure.in ++++ b/configure.in +@@ -200,7 +200,10 @@ + + AM_CONDITIONAL(INSTALL_KDE_CONFIG_FILES, test "$INSTALL_KDE_CONFIG_FILES" = "yes") + +-PKG_CHECK_MODULES(quesoglc, quesoglc >= 0.7, AC_DEFINE([HAVE_GLC], , [QuesoGLC is available for use.]), AC_DEFINE([MISSING_GLC], , [QuesoGLC not available.])) ++AC_ARG_WITH([quesoglc], AS_HELP_STRING([--with-quesoglc], [Build with QuusoGLC library (default: disabled)])) ++if test "x$with_quesoglc" = "xyes"; then ++ PKG_CHECK_MODULES(quesoglc, quesoglc >= 0.7, AC_DEFINE([HAVE_GLC], , [QuesoGLC is available for use.]), AC_DEFINE([MISSING_GLC], , [QuesoGLC not available.])) ++fi + + AC_OUTPUT([ + Makefile -- cgit v1.2.3