summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authorgrant <grant>2005-07-01 00:22:13 +0000
committergrant <grant>2005-07-01 00:22:13 +0000
commit9ae1abb918bb043b4dd50f6fcd122c22b5a537b4 (patch)
treef9670eae1ec4b7373afd6affeca441522fd81158 /audio/faad2
parent8b4de095c3d58e86c262535d71aa412d1734e35d (diff)
downloadpkgsrc-9ae1abb918bb043b4dd50f6fcd122c22b5a537b4.tar.gz
fix typo in CPPFLAGS, allowing this to build on Solaris.
Diffstat (limited to 'audio/faad2')
-rw-r--r--audio/faad2/Makefile4
1 files changed, 2 insertions, 2 deletions
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: