summaryrefslogtreecommitdiff
path: root/audio/libvisual0.2
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-12-10 14:21:43 +0000
committerjperkin <jperkin@pkgsrc.org>2013-12-10 14:21:43 +0000
commite01fd397a715863179a56fb57907b41014284e6e (patch)
tree44f980f6f61d04ce9ea874bbd625b1edb1c8faa2 /audio/libvisual0.2
parent8b4739d0b45ff6ee5b9fdc8958c6edf3a3512311 (diff)
downloadpkgsrc-e01fd397a715863179a56fb57907b41014284e6e.tar.gz
Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'audio/libvisual0.2')
-rw-r--r--audio/libvisual0.2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libvisual0.2/Makefile b/audio/libvisual0.2/Makefile
index 1dd5f5cc3d5..cf648848d0d 100644
--- a/audio/libvisual0.2/Makefile
+++ b/audio/libvisual0.2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/04/06 03:45:07 rodent Exp $
+# $NetBSD: Makefile,v 1.7 2013/12/10 14:21:43 jperkin Exp $
#
DISTNAME= libvisual-0.2.0
@@ -19,6 +19,8 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)