diff options
author | grant <grant@pkgsrc.org> | 2005-07-01 00:22:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-01 00:22:13 +0000 |
commit | 37d810b40cc3c74ccd0ab11d4fd0f1ce80993bd8 (patch) | |
tree | f9670eae1ec4b7373afd6affeca441522fd81158 /audio | |
parent | 7de07cf0c221fbb43b71dd7f1caa5c99ac199e13 (diff) | |
download | pkgsrc-37d810b40cc3c74ccd0ab11d4fd0f1ce80993bd8.tar.gz |
fix typo in CPPFLAGS, allowing this to build on Solaris.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faad2/Makefile | 4 |
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: |