[Lunar-commits] <moonbase> pulseaudio: seems to need these with the libtool update.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Oct 29 23:28:29 CET 2008


commit 9d4981df8613a86826da305a5e82b6f5da081b19
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Oct 29 18:28:29 2008 -0400

    pulseaudio: seems to need these with the libtool update.
---
 audio/pulseaudio/BUILD |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/audio/pulseaudio/BUILD b/audio/pulseaudio/BUILD
index f802027..f06df31 100644
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -2,17 +2,19 @@
 
   patch_it $SOURCE2 1 &&
 
+  libtoolize --copy --force --automake &&
+  autoreconf &&
+
   ./configure  --prefix=/usr            \
                --sysconfdir=/etc        \
                --mandir=/usr/share/man  \
-               --enable-static          \
-               --localstatedir=/var    &&
-
+               --localstatedir=/var     \
+               $OPTS                   &&
   make  &&
 
   if [ -f /usr/bin/parec ];  then
     rm /usr/bin/parec
-  fi
+  fi &&
 
   prepare_install  &&
   make install &&


More information about the Lunar-commits mailing list