pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libac3 use buildlink3. allows this package to bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a94451994223
branches:  trunk
changeset: 476277:a94451994223
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 06 02:26:54 2004 +0000

description:
use buildlink3. allows this package to build with compilers other than
gcc.

diffstat:

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

diffs (17 lines):

diff -r 6fe590bc4529 -r a94451994223 audio/libac3/Makefile
--- a/audio/libac3/Makefile     Sun Jun 06 02:22:15 2004 +0000
+++ b/audio/libac3/Makefile     Sun Jun 06 02:26:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:30:41 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/06 02:26:54 grant Exp $
 #
 
 DISTNAME=      ac3dec-0.6.1
@@ -11,6 +11,7 @@
 COMMENT=       AC3 audio (as used on DVDs) decoding library
 
 GNU_CONFIGURE=  yes
+USE_BUILDLINK3=        yes
 
 do-build:
        cd ${WRKSRC}/libac3 && ${MAKE}



Home | Main Index | Thread Index | Old Index