summaryrefslogtreecommitdiff
path: root/graphics/libgdiplus/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-19 02:59:41 +0000
committerkristerw <kristerw>2005-06-19 02:59:41 +0000
commitfcf2226e18e777d801eb7ea3624d91f64de2053d (patch)
tree1ed896d5f466fe8c8ecac2aa357dc875eb77b72b /graphics/libgdiplus/Makefile
parent080d752b9fffc06c1936e26d94389ab1bb0180c5 (diff)
downloadpkgsrc-fcf2226e18e777d801eb7ea3624d91f64de2053d.tar.gz
Make this package build on NetBSD 1.6:
* Fix C99-isms * Remove -Werror
Diffstat (limited to 'graphics/libgdiplus/Makefile')
-rw-r--r--graphics/libgdiplus/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libgdiplus/Makefile b/graphics/libgdiplus/Makefile
index ce9e1153242..e2d63ef549f 100644
--- a/graphics/libgdiplus/Makefile
+++ b/graphics/libgdiplus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/06/01 20:08:00 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/19 02:59:41 kristerw Exp $
#
DISTNAME= libgdiplus-1.1.5
@@ -23,6 +23,8 @@ BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"