summaryrefslogtreecommitdiff
path: root/graphics/osg
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-20 09:55:45 +0000
committernia <nia@pkgsrc.org>2019-10-20 09:55:45 +0000
commit45b4a35c8b13de69e12ba42d747ac1079eb21b2e (patch)
treea8f4b0322ea30e902f8ad138fbba859660c09224 /graphics/osg
parentfed705e5ab769d9f0a4343ad6beae8cf7e4d2ff7 (diff)
downloadpkgsrc-45b4a35c8b13de69e12ba42d747ac1079eb21b2e.tar.gz
osg: disable -pedantic
Diffstat (limited to 'graphics/osg')
-rw-r--r--graphics/osg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 93f0e76c87a..3b1f400dbb7 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2019/10/19 12:46:04 nia Exp $
+# $NetBSD: Makefile,v 1.102 2019/10/20 09:55:45 nia Exp $
DISTNAME= osg-3.4.1
PKGREVISION= 19
@@ -38,6 +38,8 @@ CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GLIB=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GStreamer=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GtkGl=TRUE
+BUILDLINK_TRANSFORM+= rm:-pedantic
+
PLIST_VARS+= quartz x11
.include "../../mk/bsd.prefs.mk"