]> git.pld-linux.org Git - packages/darkice.git/blob - darkice-amd64.patch
1ac09dc9bc5dc20eb3369ed06bbcd0b33f1ee0ff
[packages/darkice.git] / darkice-amd64.patch
1 --- darkice-0.17.1/acinclude.m4~        2004-02-23 21:03:09.000000000 +0100
2 +++ darkice-0.17.1/acinclude.m4 2007-01-03 17:47:49.000000000 +0100
3 @@ -43,7 +43,7 @@
4  dnl-----------------------------------------------------------------------------
5  AC_DEFUN(LA_SEARCH_LIB,[
6    dnl look for lib
7 -  LA_SEARCH_FILE($1, $3, $5 $5/lib )
8 +  LA_SEARCH_FILE($1, $3, $5 $5/lib $5/lib64 )
9    dnl look for header.
10    LA_SEARCH_FILE($2, $4, $5 $5/include )
11    if test ".$1" = "." || test ".$2" = "."; then
This page took 0.092672 seconds and 2 git commands to generate.