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/5b454e37041b
branches:  trunk
changeset: 397899:5b454e37041b
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 e970d8104fc8 -r 5b454e37041b 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