pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/aubio
Module Name: pkgsrc
Committed By: wiedi
Date: Thu Nov 24 02:23:41 UTC 2016
Modified Files:
pkgsrc/audio/aubio: Makefile
Log Message:
fix int types on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/aubio/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/aubio/Makefile
diff -u pkgsrc/audio/aubio/Makefile:1.9 pkgsrc/audio/aubio/Makefile:1.10
--- pkgsrc/audio/aubio/Makefile:1.9 Sat Jul 9 13:03:30 2016
+++ pkgsrc/audio/aubio/Makefile Thu Nov 24 02:23:41 2016
@@ -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 @@ PY_PATCHPLIST= yes
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