From 51589a5aadcc59ce116db64c2eac5ac1eeb33d0a Mon Sep 17 00:00:00 2001 From: darkeye Date: Sun, 7 Jan 2007 18:37:21 +0000 Subject: [PATCH] added patch to find 64-bit libraries, fixes #1 thanks to Mariusz Mazur --- darkice/trunk/AUTHORS | 1 + darkice/trunk/ChangeLog | 4 +++- darkice/trunk/acinclude.m4 | 2 +- darkice/trunk/man/darkice.1 | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/darkice/trunk/AUTHORS b/darkice/trunk/AUTHORS index 1be49c0..81f7045 100644 --- a/darkice/trunk/AUTHORS +++ b/darkice/trunk/AUTHORS @@ -26,4 +26,5 @@ with contributions by: Joel Ebel Alexander Vlasov + Mariusz Mazur diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index c2e9fdb..7341658 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,7 +1,9 @@ DarkIce next release o fix to enable compiling on 64 bit platforms - thanks to Alexander Vlasov + thanks to Alexander Vlasov and + Mariusz Mazur + 19-05-2006 DarkIce 0.17.1 released diff --git a/darkice/trunk/acinclude.m4 b/darkice/trunk/acinclude.m4 index db466d9..e7bf604 100644 --- a/darkice/trunk/acinclude.m4 +++ b/darkice/trunk/acinclude.m4 @@ -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 diff --git a/darkice/trunk/man/darkice.1 b/darkice/trunk/man/darkice.1 index 003534a..8b85990 100644 --- a/darkice/trunk/man/darkice.1 +++ b/darkice/trunk/man/darkice.1 @@ -99,6 +99,7 @@ Developed with contributions by Joel Ebel Alexander Vlasov + Mariusz Mazur .SH LINKS Project homepage: