Fix bad patch in MPlayer

This commit is contained in:
Ulf Samuelsson 2007-09-20 21:52:23 +00:00
parent fecac9bfb6
commit c02a6d9f5f
2 changed files with 0 additions and 12 deletions

View File

@ -111,7 +111,6 @@ index 29002c8..56c6fe4 100755
echocheck "X11 headers presence"
Note that this hunk is a dulicate between the other patch
- 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

View File

@ -1,11 +0,0 @@
--- 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"