pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: Use CPPFLAGS instead of C...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e70428e67c4
branches: trunk
changeset: 336069:9e70428e67c4
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jul 06 18:52:06 2019 +0000
description:
fluidsynth: Use CPPFLAGS instead of CFLAGS
diffstat:
audio/fluidsynth/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 52d0bcff190a -r 9e70428e67c4 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Sat Jul 06 18:40:01 2019 +0000
+++ b/audio/fluidsynth/Makefile Sat Jul 06 18:52:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/10/09 14:05:55 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/07/06 18:52:06 nia Exp $
DISTNAME= fluidsynth-1.1.6
PKGREVISION= 2
@@ -17,7 +17,7 @@
PKGCONFIG_OVERRIDE= fluidsynth.pc.in
PTHREAD_AUTO_VARS= yes
-CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
+CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
LDFLAGS+= ${LIBOSSAUDIO}
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t
Home |
Main Index |
Thread Index |
Old Index