summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2007-08-15 23:57:56 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2007-08-15 23:57:56 +0000
commitb23e307845ea49b4abc5945cc6f7b56d0a02eb74 (patch)
tree168b1049f2ef4c80acbfd56954582a131976d9b3 /media-video/mplayer/files/mplayer-xshape.patch
parentremoving ivtv's dependency on old linux-headers (diff)
downloadje_fro-b23e307845ea49b4abc5945cc6f7b56d0a02eb74.tar.gz
je_fro-b23e307845ea49b4abc5945cc6f7b56d0a02eb74.tar.bz2
je_fro-b23e307845ea49b4abc5945cc6f7b56d0a02eb74.zip
adding patches for mplayer
svn path=/; revision=38
Diffstat (limited to 'media-video/mplayer/files/mplayer-xshape.patch')
-rw-r--r--media-video/mplayer/files/mplayer-xshape.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/mplayer/files/mplayer-xshape.patch b/media-video/mplayer/files/mplayer-xshape.patch
new file mode 100644
index 0000000..1436ccd
--- /dev/null
+++ b/media-video/mplayer/files/mplayer-xshape.patch
@@ -0,0 +1,12 @@
+--- configure.orig 2006-12-14 09:47:52.000000000 -0500
++++ configure 2006-12-14 09:48:12.000000000 -0500
+@@ -7011,7 +7011,7 @@
+ return exitvar;
+ }
+ EOF
+- cc_check && _xshape=yes
++ cc_check "-lXext" && _xshape=yes
+ fi
+ if test "$_xshape" = yes ; then
+ _def_xshape='#define HAVE_XSHAPE 1'
+