]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- search also libraries from $libdir, fixes lirc bcond
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Sep 2005 17:11:31 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv-lib64.patch -> 1.3

mythtv-lib64.patch

index 7ce9243a29ae0789f64bdfe8639186b26b400f59..64d75d0f6ab39ea9358b9d0150962f0e350f85f3 100644 (file)
@@ -276,3 +276,14 @@ diff -ur mythtv-0.18.1/libs/libmythui/libmythui.pro mythtv-0.18.1.fixed/libs/lib
  INSTALLS = target
  INCLUDEPATH += ../../libs/libmyth
  INCLUDEPATH += ../..
+--- ./configure~       2005-09-05 20:10:30.000000000 +0300
++++ ./configure        2005-09-05 20:10:33.000000000 +0300
+@@ -703,7 +703,7 @@
+         LIBPATHS="$LIBPATHS $LP_APPEND"
+     done
+-    LIBPATHS="`echo $LIBPATHS /lib /usr/lib | sed s/'\/ '/' '/g` "
++    LIBPATHS="`echo $LIBPATHS $libdir /lib /usr/lib | sed s/'\/ '/' '/g` "
+     HAS_IT="no"
+     for LIBPATH in $LIBPATHS ; do
This page took 0.081142 seconds and 4 git commands to generate.