summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-04-21 20:56:21 +0000
committerhans <hans@pkgsrc.org>2011-04-21 20:56:21 +0000
commit08f6abaf4cbbcf75afca6e07bada4885e4542f46 (patch)
treec2233b14e473a60c92db0e22e4591dee20f18dd6
parent0d9e0c6ce5081bb33a8afa40765328234e21abf2 (diff)
downloadpkgsrc-08f6abaf4cbbcf75afca6e07bada4885e4542f46.tar.gz
Fix build on SunOS.
-rw-r--r--audio/easytag-current/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile
index e79ef5a30f1..4268bab49b2 100644
--- a/audio/easytag-current/Makefile
+++ b/audio/easytag-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/01/13 13:37:00 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2011/04/21 20:56:21 hans Exp $
#
DISTNAME= easytag-2.1.6
@@ -24,6 +24,8 @@ USE_TOOLS+= pkg-config xgettext
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.1
+CPPFLAGS.SunOS= -Du_int64_t=uint64_t -Du_int32_t=uint32_t -Du_int16_t=uint16_t -Du_int8_t=uint8_t
+
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"