From c02a6d9f5fd4feaaeac817d6941776ba051853d0 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 20 Sep 2007 21:52:23 +0000 Subject: [PATCH] Fix bad patch in MPlayer --- ...rc1-atmel.2.patch => mplayer-1.0rc1-atmel.3.patch} | 1 - ...-remove-configuration-x11-header-search-path.patch | 11 ----------- 2 files changed, 12 deletions(-) rename package/mplayer/{mplayer-1.0rc1-atmel.2.patch => mplayer-1.0rc1-atmel.3.patch} (99%) delete mode 100644 package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch diff --git a/package/mplayer/mplayer-1.0rc1-atmel.2.patch b/package/mplayer/mplayer-1.0rc1-atmel.3.patch similarity index 99% rename from package/mplayer/mplayer-1.0rc1-atmel.2.patch rename to package/mplayer/mplayer-1.0rc1-atmel.3.patch index fc9f7b53ce..800f43e8eb 100644 --- a/package/mplayer/mplayer-1.0rc1-atmel.2.patch +++ b/package/mplayer/mplayer-1.0rc1-atmel.3.patch @@ -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 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 deleted file mode 100644 index d2e00f2601..0000000000 --- a/package/mplayer/mplayer-1.0rc1-remove-configuration-x11-header-search-path.patch +++ /dev/null @@ -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"