summaryrefslogtreecommitdiff
path: root/audio/faad2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r--audio/faad2/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 24aead1c616..37e4d226c20 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/15 13:03:20 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/31 08:10:47 xtraeme Exp $
#
DISTNAME= faad2-2.0
@@ -14,20 +14,21 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
WRKSRC= ${WRKDIR}/faad2
-USE_BUILDLINK3= YES
-USE_GCC_SHLIB= YES
-USE_GNU_TOOLS+= make
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
+USE_LIBTOOL= YES
-AUTOMAKE_REQD= 1.4
-AUTOCONF_REQD= 2.50
-GNU_CONFIGURE= YES
+AUTOMAKE_REQD= 1.4
+AUTOCONF_REQD= 2.50
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-mp4v2
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
+LIBS+= -lm
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
@@ -36,8 +37,8 @@ CPPFLAGS+= _D_LARGEFILE_SOURCE=1
.endif
pre-configure:
- ${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
- for dir in . ; do \
+ @${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
+ for dir in . ; do \
cd ${WRKSRC}/$$dir; \
${ACLOCAL} -I .; \
${AUTOHEADER}; \