pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/alsa-plugins-oss



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Thu Sep 15 20:33:02 UTC 2016

Modified Files:
        pkgsrc/audio/alsa-plugins-oss: Makefile

Log Message:
fix int types on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/alsa-plugins-oss/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/alsa-plugins-oss/Makefile
diff -u pkgsrc/audio/alsa-plugins-oss/Makefile:1.11 pkgsrc/audio/alsa-plugins-oss/Makefile:1.12
--- pkgsrc/audio/alsa-plugins-oss/Makefile:1.11 Wed Apr 20 12:10:24 2016
+++ pkgsrc/audio/alsa-plugins-oss/Makefile      Thu Sep 15 20:33:02 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/04/20 12:10:24 nros Exp $
+# $NetBSD: Makefile,v 1.12 2016/09/15 20:33:02 wiedi Exp $
 
 DISTNAME=      alsa-plugins-1.1.1
 PKGNAME=       ${DISTNAME:S/plugins/plugins-oss/}
@@ -20,6 +20,7 @@ USE_LIBTOOL=  yes
 CFLAGS.SunOS+= -DSOUND_MIXER_PHONEIN=SOUND_MIXER_PHONE
 CFLAGS.SunOS+= -DSOUND_MIXER_PHONEOUT=SOUND_MIXER_MONO
 CFLAGS.SunOS+= -DSOUND_MIXER_MONITOR=SOUND_MIXER_DEPTH
+CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
 CFLAGS+=       -DDEVOSSAUDIO=\"${DEVOSSAUDIO:U/dev/dsp}\"
 LIBS+=         ${LIBOSSAUDIO}
 



Home | Main Index | Thread Index | Old Index