From fa3c7b2267115cf39fefe2ff833c35273866508a Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 1 Jul 2005 06:35:15 +0000 Subject: just use CPPFLAGS.SunOS instead of OPSYS conditional. --- audio/faad2/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'audio/faad2/Makefile') diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index 4fbb4bc206a..187660822ed 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/01 00:22:13 grant Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/01 06:35:15 grant Exp $ # DISTNAME= faad2-2.0 @@ -28,12 +28,7 @@ CONFIGURE_ENV+= F77=${FALSE} LIBS+= -lm -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -CPPFLAGS+= -D_FILE_OFFSET_BITS=64 -CPPFLAGS+= -D_LARGEFILE_SOURCE=1 -.endif +CPPFLAGS.SunOS+=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 pre-configure: @${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend -- cgit v1.2.3