summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-11 15:54:44 +0000
committerhans <hans@pkgsrc.org>2012-01-11 15:54:44 +0000
commit46e2a6be8429f5e9b2a67cca3eb1459133b96114 (patch)
tree7146b65b2d05dab845c1622dd096f50262670ece /audio
parent271f1e717fadd1ed26a1d87c7fa33f335afc0348 (diff)
downloadpkgsrc-46e2a6be8429f5e9b2a67cca3eb1459133b96114.tar.gz
Remove the u_intXX_t workaround for SunOS, it's no longer needed.
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag-current/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile
index 47adcff8e70..01c1aba738f 100644
--- a/audio/easytag-current/Makefile
+++ b/audio/easytag-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2011/11/01 06:00:35 sbd Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/11 15:54:44 hans Exp $
#
DISTNAME= easytag-2.1.6
@@ -24,8 +24,6 @@ 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"