summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2016-09-15 20:33:02 +0000
committerwiedi <wiedi@pkgsrc.org>2016-09-15 20:33:02 +0000
commitd1c8340a1375415ec48113ed67257ab909d3d911 (patch)
tree809e12f49dfed952f45402d2caeb6d3d2216a37d /audio
parent8dea5cffe16435155c995281dfd0f0d10ee2dad1 (diff)
downloadpkgsrc-d1c8340a1375415ec48113ed67257ab909d3d911.tar.gz
fix int types on SunOS
Diffstat (limited to 'audio')
-rw-r--r--audio/alsa-plugins-oss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-plugins-oss/Makefile b/audio/alsa-plugins-oss/Makefile
index d2bdb68f3c4..379866d034f 100644
--- a/audio/alsa-plugins-oss/Makefile
+++ b/audio/alsa-plugins-oss/Makefile
@@ -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}