summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authorgrant <grant>2004-05-15 13:03:20 +0000
committergrant <grant>2004-05-15 13:03:20 +0000
commit4890853630eae360194b03ae42bafdc1b1eaf90d (patch)
treeeea95360de83b42e10448c779c0f61ce6f3c57c7 /audio/faad2
parentd54702aad1cebece312be3a25f76a37a603ee364 (diff)
downloadpkgsrc-4890853630eae360194b03ae42bafdc1b1eaf90d.tar.gz
explicitly enable largefile support on Solaris.
Diffstat (limited to 'audio/faad2')
-rw-r--r--audio/faad2/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index cbc4d89ad34..24aead1c616 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/05/03 00:41:56 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/15 13:03:20 grant Exp $
#
DISTNAME= faad2-2.0
@@ -28,6 +28,13 @@ CONFIGURE_ARGS+= --with-mp4v2
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CPPFLAGS+= -D_FILE_OFFSET_BITS=64
+CPPFLAGS+= _D_LARGEFILE_SOURCE=1
+.endif
+
pre-configure:
${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
for dir in . ; do \