pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/fluidsynth



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul  6 18:52:06 UTC 2019

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile

Log Message:
fluidsynth: Use CPPFLAGS instead of CFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/fluidsynth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.25 pkgsrc/audio/fluidsynth/Makefile:1.26
--- pkgsrc/audio/fluidsynth/Makefile:1.25       Thu Oct  9 14:05:55 2014
+++ pkgsrc/audio/fluidsynth/Makefile    Sat Jul  6 18:52:06 2019
@@ -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 @@ GNU_CONFIGURE=                yes
 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