diff options
author | grant <grant> | 2003-06-08 14:35:57 +0000 |
---|---|---|
committer | grant <grant> | 2003-06-08 14:35:57 +0000 |
commit | 6a4500eada7ad5e4cf74a64bee66b69c76af8149 (patch) | |
tree | cf3fd14e81b2952ea108f35dc8c5afe7eb7d6f9b /audio | |
parent | 7ce314bbf7e0416ab43df85926e03a84f8a7b507 (diff) | |
download | pkgsrc-6a4500eada7ad5e4cf74a64bee66b69c76af8149.tar.gz |
set USE_GCC_SHLIB.
sort USE_* variable block while I'm here.
Diffstat (limited to 'audio')
-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: |