pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/osg



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 20 09:55:45 UTC 2019

Modified Files:
        pkgsrc/graphics/osg: Makefile

Log Message:
osg: disable -pedantic


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/graphics/osg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/osg/Makefile
diff -u pkgsrc/graphics/osg/Makefile:1.101 pkgsrc/graphics/osg/Makefile:1.102
--- pkgsrc/graphics/osg/Makefile:1.101  Sat Oct 19 12:46:04 2019
+++ pkgsrc/graphics/osg/Makefile        Sun Oct 20 09:55:45 2019
@@ -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_PACKA
 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"



Home | Main Index | Thread Index | Old Index