diff options
author | Andrew Manison <amanison@anselsystems.com> | 2011-12-26 23:40:47 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2011-12-26 23:40:47 +0000 |
commit | 16ba622102626a1a16320ff20ebe586a8369056c (patch) | |
tree | c5d39d98c37daad17ca085fafa54ca3cdc488fc7 /main/mplayer/x11-libs.patch | |
parent | a9fef479eb56b8bc7f984e3998c6bdc55ed340ed (diff) | |
parent | 75739ae4c45f3868da646ab7527c0d2025fefbd1 (diff) | |
download | aports-16ba622102626a1a16320ff20ebe586a8369056c.tar.bz2 aports-16ba622102626a1a16320ff20ebe586a8369056c.tar.xz |
Merge remote-tracking branch 'alpine/master'
Diffstat (limited to 'main/mplayer/x11-libs.patch')
-rw-r--r-- | main/mplayer/x11-libs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/mplayer/x11-libs.patch b/main/mplayer/x11-libs.patch new file mode 100644 index 0000000000..4e6f8b5c17 --- /dev/null +++ b/main/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' |