pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/aubio fix int types on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d71e38c20fb7
branches:  trunk
changeset: 355169:d71e38c20fb7
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Thu Nov 24 02:23:41 2016 +0000

description:
fix int types on SunOS

diffstat:

 audio/aubio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6799f105e748 -r d71e38c20fb7 audio/aubio/Makefile
--- a/audio/aubio/Makefile      Thu Nov 24 01:11:59 2016 +0000
+++ b/audio/aubio/Makefile      Thu Nov 24 02:23:41 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:30 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/11/24 02:23:41 wiedi Exp $
 
 DISTNAME=      aubio-0.3.2
 PKGREVISION=   2
@@ -21,6 +21,8 @@
 REPLACE_PYTHON=        python/aubiocut python/aubiopitch
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # not yet ported as of 0.3.2
 
+CPPFLAGS.SunOS+=       -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
+
 .include "options.mk"
 
 .include "../../audio/libsamplerate/buildlink3.mk"



Home | Main Index | Thread Index | Old Index