diff options
Diffstat (limited to 'audio/faad2')
-rw-r--r-- | audio/faad2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index eaf2d7f8bb0..80ffdf6f659 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/06/08 14:14:33 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/08 14:35:57 grant Exp $ # DISTNAME= faad2-1.1 @@ -15,10 +15,12 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CD= ${RESTRICTED} USE_BUILDLINK2= YES -AUTOMAKE_REQD= 1.4 +USE_GCC_SHLIB= YES USE_GMAKE= YES -GNU_CONFIGURE= YES USE_LIBTOOL= YES + +AUTOMAKE_REQD= 1.4 +GNU_CONFIGURE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/common/mp4v2/libtool pre-configure: |