diff options
author | wiedi <wiedi> | 2014-02-07 13:57:31 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-02-07 13:57:31 +0000 |
commit | f045c5070f40254241079009de383c38528eec85 (patch) | |
tree | f2dfb69e1bc947a95e7ecd7dcc70d2cebfadb303 /audio | |
parent | 60a396e02ca3daf2e0c00c840361d49c57bc544c (diff) | |
download | pkgsrc-f045c5070f40254241079009de383c38528eec85.tar.gz |
add missing int types on SunOS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvisual-bmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libvisual-bmp/Makefile b/audio/libvisual-bmp/Makefile index b874247b0dd..4f1c30e7fdf 100644 --- a/audio/libvisual-bmp/Makefile +++ b/audio/libvisual-bmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2013/10/10 14:41:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2014/02/07 13:57:31 wiedi Exp $ # DISTNAME= libvisual-bmp-0.2.0 @@ -15,6 +15,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config msgfmt +CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int32_t=uint32_t + post-extract: ${MV} ${WRKSRC}/pixmaps/libvisual-xmms-vis.bmp \ ${WRKSRC}/pixmaps/libvisual-bmp-vis.bmp |