added patch to find 64-bit libraries, fixes #1

thanks to Mariusz Mazur <mmazur@kernel.pl>
This commit is contained in:
darkeye 2007-01-07 18:37:21 +00:00
parent 612ab7b1ff
commit 51589a5aad
4 changed files with 6 additions and 2 deletions

View File

@ -26,4 +26,5 @@ with contributions by:
Joel Ebel <jbebel@ncsu.edu>
<jochen2@users.sourceforge.net>
Alexander Vlasov <zulu@galaradio.com>
Mariusz Mazur <mmazur@kernel.pl>

View File

@ -1,7 +1,9 @@
DarkIce next release
o fix to enable compiling on 64 bit platforms
thanks to Alexander Vlasov <zulu@galaradio.com>
thanks to Alexander Vlasov <zulu@galaradio.com> and
Mariusz Mazur <mmazur@kernel.pl>
19-05-2006 DarkIce 0.17.1 released

View File

@ -43,7 +43,7 @@ dnl by Florian Bomers
dnl-----------------------------------------------------------------------------
AC_DEFUN(LA_SEARCH_LIB,[
dnl look for lib
LA_SEARCH_FILE($1, $3, $5 $5/lib )
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

View File

@ -99,6 +99,7 @@ Developed with contributions by
Joel Ebel <jbebel@ncsu.edu>
<jochen2@users.sourceforge.net>
Alexander Vlasov <zulu@galaradio.com>
Mariusz Mazur <mmazur@kernel.pl>
.SH LINKS
Project homepage: