pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/alsa-plugins-oss fix int types on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/e53608aab908
branches: trunk
changeset: 352525:e53608aab908
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Thu Sep 15 20:33:02 2016 +0000
description:
fix int types on SunOS
diffstat:
audio/alsa-plugins-oss/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c51b51cea12c -r e53608aab908 audio/alsa-plugins-oss/Makefile
--- a/audio/alsa-plugins-oss/Makefile Thu Sep 15 20:21:37 2016 +0000
+++ b/audio/alsa-plugins-oss/Makefile Thu Sep 15 20:33:02 2016 +0000
@@ -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 @@
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