[Lunar-commits] <moonbase> libsndfile: fix the BUILD file.

Florin Braescu florin at lunar-linux.org
Wed Mar 5 07:44:39 CET 2008


commit 40b512a597658fd35dea4afc42043780d59beb39
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Mar 5 08:44:39 2008 +0200

    libsndfile: fix the BUILD file.
---
 audio/libsndfile/BUILD |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/audio/libsndfile/BUILD b/audio/libsndfile/BUILD
index 1b31a04..867ed27 100644
--- a/audio/libsndfile/BUILD
+++ b/audio/libsndfile/BUILD
@@ -1,9 +1,8 @@
 (
 
   # Using a borrowed patch from gentoo to fix the flac (>=1.1.3) compile problem in libsndfile
-  # Remember to remove this patch and the autoreconf line at some point in the future!
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  autoreconf &&
+  # Remember to remove this patch and at some point in the future!
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list