aboutsummaryrefslogtreecommitdiffstats
path: root/community/mplayer/x11-libs.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-02-19 11:22:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-02-19 11:22:22 +0000
commit9b238bcbcecab322432ddb2058bba0154382bc2b (patch)
treee3ea99e0299398007feaf014f31cf92ba93c6798 /community/mplayer/x11-libs.patch
parent024537d3f8634dad71486ce72a5bebcee7ecf5eb (diff)
downloadaports-9b238bcbcecab322432ddb2058bba0154382bc2b.tar.bz2
aports-9b238bcbcecab322432ddb2058bba0154382bc2b.tar.xz
community/mplayer: moved from main
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 0000000000..4e6f8b5c17
--- /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'