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
commit349d52a2677b8784f147b7717125d924067c468b (patch)
treeeea95360de83b42e10448c779c0f61ce6f3c57c7 /audio/faad2
parent339df5219f9b6cfccd482e609e8116bbf2684153 (diff)
downloadpkgsrc-349d52a2677b8784f147b7717125d924067c468b.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 \