[Lunar-commits] <moonbase> libsndfile: fixed build on autoconf 2.62

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Aug 9 20:56:44 CEST 2008


commit d61cb754ad2d989102c007be9cb107a3b14b7070
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Aug 9 20:56:44 2008 +0200

    libsndfile: fixed build on autoconf 2.62
---
 audio/libsndfile/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/audio/libsndfile/BUILD b/audio/libsndfile/BUILD
index 867ed27..f0ae5cf 100644
--- a/audio/libsndfile/BUILD
+++ b/audio/libsndfile/BUILD
@@ -3,6 +3,7 @@
   # Using a borrowed patch from gentoo to fix the flac (>=1.1.3) compile problem in libsndfile
   # Remember to remove this patch and at some point in the future!
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  sed -i -e '/AC_MSG_WARN(\[\[/d' acinclude.m4 &&
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list