summaryrefslogtreecommitdiffstats
path: root/package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch')
-rw-r--r--package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch b/package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch
new file mode 100644
index 000000000..d2e00f260
--- /dev/null
+++ b/package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch
@@ -0,0 +1,11 @@
+--- MPlayer-1.0rc1-orig/configure 2007-06-01 18:15:59.000000000 +0200
++++ MPlayer-1.0rc1/configure 2007-06-01 18:17:38.000000000 +0200
+@@ -3803,7 +3803,7 @@ fi
+
+
+ echocheck "X11 headers presence"
+- for I in `echo $_inc_extra | sed s/-I//g` /usr/X11/include /usr/X11R6/include /usr/include/X11R6 /usr/include /usr/openwin/include ; do
++ for I in `echo $_inc_extra | sed s/-I//g` ; do
+ if test -f "$I/X11/Xlib.h" ; then
+ _inc_x11="-I$I"
+ _x11_headers="yes"