]> git.pld-linux.org Git - packages/darkice.git/commitdiff
- look inside lib64 first when searching for libs
authorMariusz Mazur <mmazur@pld-linux.org>
Fri, 5 Jan 2007 20:02:30 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darkice-amd64.patch -> 1.2

darkice-amd64.patch

index 1ac09dc9bc5dc20eb3369ed06bbcd0b33f1ee0ff..b4de02786563765d4ec3169184aea463c91d3b86 100644 (file)
@@ -5,7 +5,7 @@
  AC_DEFUN(LA_SEARCH_LIB,[
    dnl look for lib
 -  LA_SEARCH_FILE($1, $3, $5 $5/lib )
-+  LA_SEARCH_FILE($1, $3, $5 $5/lib $5/lib64 )
++  LA_SEARCH_FILE($1, $3, $5 $5/lib64 $5/lib )
    dnl look for header.
    LA_SEARCH_FILE($2, $4, $5 $5/include )
    if test ".$1" = "." || test ".$2" = "."; then
This page took 0.047377 seconds and 4 git commands to generate.