pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio For systems with no installed m4, USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/272b982e9f68
branches:  trunk
changeset: 551993:272b982e9f68
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Mon Dec 22 01:17:51 2008 +0000

description:
For systems with no installed m4, USE_TOOLS+=m4 (E.g. Linux)

Fixes configure stage bombing out like so:

checking for m4... no
configure: error: m4 missing
*** Error code 1

diffstat:

 audio/pulseaudio/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0f64c6e9b47b -r 272b982e9f68 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun Dec 21 23:03:27 2008 +0000
+++ b/audio/pulseaudio/Makefile Mon Dec 22 01:17:51 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/12/20 18:23:56 jmcneill Exp $
+# $NetBSD: Makefile,v 1.7 2008/12/22 01:17:51 dsainty Exp $
 #
 
 DISTNAME=      pulseaudio-0.9.13
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake msgfmt intltool perl \
+USE_TOOLS+=    pkg-config gmake m4 msgfmt intltool perl \
                autoconf automake
 USE_DIRS+=     xdg-1.4
 



Home | Main Index | Thread Index | Old Index