added patch to find 64-bit libraries, fixes #1
thanks to Mariusz Mazur <mmazur@kernel.pl>
This commit is contained in:
parent
612ab7b1ff
commit
51589a5aad
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue