From 4890853630eae360194b03ae42bafdc1b1eaf90d Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 15 May 2004 13:03:20 +0000 Subject: explicitly enable largefile support on Solaris. --- audio/faad2/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'audio/faad2') 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 \ -- cgit v1.2.3