pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Make pkgsrc provide autoconf>=2.62, t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03eed8280f63
branches:  trunk
changeset: 393903:03eed8280f63
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri May 29 15:51:34 2009 +0000

description:
Make pkgsrc provide autoconf>=2.62, the minimum version required here.
See configure.ac, line 23.

diffstat:

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

diffs (18 lines):

diff -r d78dfc6878ce -r 03eed8280f63 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Fri May 29 13:23:11 2009 +0000
+++ b/audio/pulseaudio/Makefile Fri May 29 15:51:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/05/04 16:20:48 tron Exp $
+# $NetBSD: Makefile,v 1.23 2009/05/29 15:51:34 heinz Exp $
 
 # NOTE: Please send a copy of any patches that are not pkgsrc-specific
 # to <pulseaudio-discuss%mail.0pointer.de@localhost>
@@ -20,6 +20,8 @@
                autoconf automake autoreconf
 USE_DIRS+=     xdg-1.4
 
+AUTOCONF_REQD= 2.62    
+
 PKGCONFIG_OVERRIDE+=   libpulse-browse.pc.in
 PKGCONFIG_OVERRIDE+=   libpulse-mainloop-glib.pc.in
 PKGCONFIG_OVERRIDE+=   libpulse-simple.pc.in



Home | Main Index | Thread Index | Old Index