summaryrefslogtreecommitdiff
path: root/audio/easytag-current
diff options
context:
space:
mode:
authorhans <hans>2011-04-21 20:56:21 +0000
committerhans <hans>2011-04-21 20:56:21 +0000
commit982bf2eaa521692ae861f1dca65a51fbf3ff4e17 (patch)
treec2233b14e473a60c92db0e22e4591dee20f18dd6 /audio/easytag-current
parente48437bbf271f01a632b62146750decd93232c36 (diff)
downloadpkgsrc-982bf2eaa521692ae861f1dca65a51fbf3ff4e17.tar.gz
Fix build on SunOS.
Diffstat (limited to 'audio/easytag-current')
-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"