summaryrefslogtreecommitdiffstats
path: root/community/mplayer/x11-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mplayer/x11-libs.patch')
-rw-r--r--community/mplayer/x11-libs.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mplayer/x11-libs.patch b/community/mplayer/x11-libs.patch
new file mode 100644
index 00000000000..4e6f8b5c174
--- /dev/null
+++ b/community/mplayer/x11-libs.patch
@@ -0,0 +1,10 @@
+--- ./configure.orig
++++ ./configure
+@@ -4394,6 +4394,7 @@
+ if test "$_x11" = yes ; then
+ def_x11='#define CONFIG_X11 1'
+ vomodules="x11 xover $vomodules"
++ libs_mplayer="$libs_mplayer -lX11 -lXext"
+ else
+ _x11=no
+ def_x11='#undef CONFIG_X11'