From e01fd397a715863179a56fb57907b41014284e6e Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 10 Dec 2013 14:21:43 +0000 Subject: Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. --- audio/libvisual0.2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/libvisual0.2') 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*) -- cgit v1.2.3