pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio USE_TOOLS+= msgfmt, fixes Solaris build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c60786e26f9
branches:  trunk
changeset: 610852:0c60786e26f9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Nov 08 11:52:20 2012 +0000

description:
USE_TOOLS+= msgfmt, fixes Solaris build.

diffstat:

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

diffs (26 lines):

diff -r f192b1e134d1 -r 0c60786e26f9 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Thu Nov 08 10:58:07 2012 +0000
+++ b/audio/pulseaudio/Makefile Thu Nov 08 11:52:20 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2012/11/06 12:04:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2012/11/08 11:52:20 jperkin Exp $
 #
 
 DISTNAME=      pulseaudio-2.1
@@ -14,7 +14,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake gm4 intltool pkg-config
+USE_TOOLS+=    gmake gm4 intltool msgfmt pkg-config
 USE_LANGUAGES= c c++
 
 .include "../../mk/bsd.prefs.mk"
@@ -27,7 +27,6 @@
 CONFIGURE_ENV+=                ac_cv_tls=none
 .endif
 
-
 CONFIGURE_ENV+=                EGDIR=${EGDIR}
 MAKE_ENV+=             EGDIR=${EGDIR}
 



Home | Main Index | Thread Index | Old Index