about summary refs log tree commit diff
path: root/pkgs/applications/video/mythtv/purity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/mythtv/purity.patch')
-rw-r--r--pkgs/applications/video/mythtv/purity.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/pkgs/applications/video/mythtv/purity.patch b/pkgs/applications/video/mythtv/purity.patch
index 3636ccd570ec..abbd1daac323 100644
--- a/pkgs/applications/video/mythtv/purity.patch
+++ b/pkgs/applications/video/mythtv/purity.patch
@@ -1,8 +1,8 @@
-diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
-*** mythtv-0.20-orig/configure	2006-08-28 18:18:08.000000000 +0200
---- mythtv-0.20/configure	2006-09-14 17:05:12.000000000 +0200
+diff -rc mythtv-0.21-orig/configure mythtv-0.21/configure
+*** mythtv-0.21-orig/configure	2008-03-04 22:23:23.000000000 +0100
+--- mythtv-0.21/configure	2008-06-23 11:00:09.000000000 +0200
 ***************
-*** 1225,1231 ****
+*** 1687,1693 ****
   
   has_library()
   {
@@ -10,7 +10,7 @@ diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
           LIBPATHS=`cat /etc/ld.so.conf | grep -v "#" | grep -v "include"`
       else
           LIBPATHS=''
---- 1225,1231 ----
+--- 1687,1693 ----
   
   has_library()
   {
@@ -19,7 +19,7 @@ diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
       else
           LIBPATHS=''
 ***************
-*** 1235,1241 ****
+*** 1698,1704 ****
       LIBPATHS="$LIBPATHS `echo $DYLD_LIBRARY_PATH | sed s/':'/' '/g` "
   
       # recurse down just one level, should be enough in most cases
@@ -27,7 +27,7 @@ diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
           INCL=`cat /etc/ld.so.conf | grep -v "#" | grep  "^include"`
           SRCH=`echo "$INCL" | sed '{ s/^include \//\//; s/^include /\/etc\//}'`
           for x in $SRCH ; do
---- 1235,1241 ----
+--- 1698,1704 ----
       LIBPATHS="$LIBPATHS `echo $DYLD_LIBRARY_PATH | sed s/':'/' '/g` "
   
       # recurse down just one level, should be enough in most cases
@@ -36,7 +36,7 @@ diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
           SRCH=`echo "$INCL" | sed '{ s/^include \//\//; s/^include /\/etc\//}'`
           for x in $SRCH ; do
 ***************
-*** 1244,1250 ****
+*** 1707,1713 ****
           done
       fi
   
@@ -44,7 +44,7 @@ diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
   
       HAS_IT="no"
       for LIBPATH in $LIBPATHS ; do
---- 1244,1250 ----
+--- 1707,1713 ----
           done
       fi
   
@@ -53,23 +53,23 @@ diff -rc mythtv-0.20-orig/configure mythtv-0.20/configure
       HAS_IT="no"
       for LIBPATH in $LIBPATHS ; do
 ***************
-*** 1257,1265 ****
+*** 1720,1728 ****
   
   has_header()
   {
 !     HPATHS="/usr/local/include /usr/include /usr/include/g++-v3 /usr/X11R6/include"
       INCL=`echo $DYLD_LIBRARY_PATH $LD_LIBRARY_PATH | sed s/':'/' '/g`
-!     HPATHS="$HPATHS `echo $INCL | sed s/$libdir_name/include/g` "
+!     HPATHS="$HPATHS "$(echo $INCL | sed "s/$libdir_name/include/g")
   
       HAS_IT="no"
       for HPATH in $HPATHS ; do
---- 1257,1265 ----
+--- 1720,1728 ----
   
   has_header()
   {
 !     HPATHS=""
       INCL=`echo $DYLD_LIBRARY_PATH $LD_LIBRARY_PATH | sed s/':'/' '/g`
-!     HPATHS="$HPATHS `echo $INCL | sed "s/$libdir_name\($\|[\/ ]\)/include\1/g"` "
+!     HPATHS="$HPATHS "$(echo $INCL | sed "s/$libdir_name\($\|[\/ ]\)/include\1/g")
   
       HAS_IT="no"
       for HPATH in $HPATHS ; do