summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2009-06-12 16:46:53 +0000
committerIan Stakenvicius <axs@gentoo.org>2009-06-12 16:46:53 +0000
commit6db66705bc79b699135d55b0624fd015b5ca8cae (patch)
treed27750bc5f27f118ad46e86e68e02fc633b98c73 /x11-wm/cairo-compmgr/files
parentmedia-radio/fldigi: Fix missing dependencies. Switch to EAPI 2. Add use depen... (diff)
downloadsunrise-6db66705bc79b699135d55b0624fd015b5ca8cae.tar.gz
sunrise-6db66705bc79b699135d55b0624fd015b5ca8cae.tar.bz2
sunrise-6db66705bc79b699135d55b0624fd015b5ca8cae.zip
x11-wm/cairo-compmgr: Added git ebuild (trivial bump)
svn path=/sunrise/; revision=8649
Diffstat (limited to 'x11-wm/cairo-compmgr/files')
-rw-r--r--x11-wm/cairo-compmgr/files/cairo-compmgr-9999-glitz-tfp-undef.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/cairo-compmgr/files/cairo-compmgr-9999-glitz-tfp-undef.patch b/x11-wm/cairo-compmgr/files/cairo-compmgr-9999-glitz-tfp-undef.patch
new file mode 100644
index 000000000..c4ad90fff
--- /dev/null
+++ b/x11-wm/cairo-compmgr/files/cairo-compmgr-9999-glitz-tfp-undef.patch
@@ -0,0 +1,15 @@
+--- cairo-compmgr/src/Makefile.am 2009-03-15 18:03:42.000000000 -0400
++++ cairo-compmgr.new/src/Makefile.am 2009-05-29 13:19:26.000000000 -0400
+@@ -30,10 +30,8 @@
+
+ if HAVE_GLITZ_TFP_BACKEND
+ INCLUDES += -DENABLE_GLITZ_TFP_BACKEND
+-endif
+-
+-if HAVE_GLITZ_TFP_BACKEND
+-INCLUDES += -DENABLE_GLITZ_TFP_BACKEND
++else
++INCLUDES += -DDISABLE_GLITZ_TFP_BACKEND
+ endif
+
+ if ENABLE_GOBJECT_INTROSPECTION