From c9b3bac446529f3134ab008cfc9ea42f32c9c268 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 1 Jul 2005 00:22:13 +0000 Subject: fix typo in CPPFLAGS, allowing this to build on Solaris. --- audio/faad2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/faad2') diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index 54429eb2678..4fbb4bc206a 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 20:07:59 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/07/01 00:22:13 grant Exp $ # DISTNAME= faad2-2.0 @@ -32,7 +32,7 @@ LIBS+= -lm .if ${OPSYS} == "SunOS" CPPFLAGS+= -D_FILE_OFFSET_BITS=64 -CPPFLAGS+= _D_LARGEFILE_SOURCE=1 +CPPFLAGS+= -D_LARGEFILE_SOURCE=1 .endif pre-configure: -- cgit v1.2.3