diff options
author | jperkin <jperkin> | 2013-12-10 14:21:43 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-12-10 14:21:43 +0000 |
commit | 17919183c81c208565a42d5ce5c3aab0cd1619d3 (patch) | |
tree | 44f980f6f61d04ce9ea874bbd625b1edb1c8faa2 /audio | |
parent | 4484b0a235f5336726892b2fff5ea365dfae111e (diff) | |
download | pkgsrc-17919183c81c208565a42d5ce5c3aab0cd1619d3.tar.gz |
Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvisual0.2/Makefile | 4 |
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*) |