From db859ecb4f33985b242592d96ea14e9274df52d5 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 6 Jun 2004 02:26:54 +0000 Subject: [PATCH] use buildlink3. allows this package to build with compilers other than gcc. --- audio/libac3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/libac3/Makefile b/audio/libac3/Makefile index 1f725018f999..dc53bc4837c8 100644 --- a/audio/libac3/Makefile +++ b/audio/libac3/Makefile @@ -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 @@ HOMEPAGE= http://ess.engr.uvic.ca/~aholtzma/ac3/ COMMENT= AC3 audio (as used on DVDs) decoding library GNU_CONFIGURE= yes +USE_BUILDLINK3= yes do-build: cd ${WRKSRC}/libac3 && ${MAKE}