pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/faad2 fix typo in CPPFLAGS, allowing this to bui...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84c4634f174d
branches: trunk
changeset: 496500:84c4634f174d
user: grant <grant%pkgsrc.org@localhost>
date: Fri Jul 01 00:22:13 2005 +0000
description:
fix typo in CPPFLAGS, allowing this to build on Solaris.
diffstat:
audio/faad2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7fab1ceaf6f0 -r 84c4634f174d audio/faad2/Makefile
--- a/audio/faad2/Makefile Thu Jun 30 19:47:21 2005 +0000
+++ b/audio/faad2/Makefile Fri Jul 01 00:22:13 2005 +0000
@@ -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 @@
.if ${OPSYS} == "SunOS"
CPPFLAGS+= -D_FILE_OFFSET_BITS=64
-CPPFLAGS+= _D_LARGEFILE_SOURCE=1
+CPPFLAGS+= -D_LARGEFILE_SOURCE=1
.endif
pre-configure:
Home |
Main Index |
Thread Index |
Old Index