patches/gnome-mag-02-no-xext-dependency.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 10385 f043b4ea809c
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- gnome-mag-0.14.8/configure.in.orig	2007-08-28 09:04:09.772756004 +0100
+++ gnome-mag-0.14.8/configure.in	2007-08-28 09:04:19.442917490 +0100
@@ -122,7 +122,7 @@
 
 if test "x$have_xextensions" = xyes; then
    dnl path to XRENDER
-   PKG_CHECK_MODULES(XCOMPOSITE, xcomposite xrender xext, [have_composite=yes])
+   PKG_CHECK_MODULES(XCOMPOSITE, xcomposite xrender, [have_composite=yes])
    if test "x$have_composite" = xyes; then
       PKG_CHECK_MODULES(XCOMPOSITE, xcomposite >= 0.3, [have_overlay=yes])
    fi