pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cogl



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 16 06:49:33 UTC 2021

Modified Files:
        pkgsrc/graphics/cogl: Makefile

Log Message:
cogl: strip werror


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/cogl/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/cogl/Makefile
diff -u pkgsrc/graphics/cogl/Makefile:1.27 pkgsrc/graphics/cogl/Makefile:1.28
--- pkgsrc/graphics/cogl/Makefile:1.27  Mon Aug 17 20:18:56 2020
+++ pkgsrc/graphics/cogl/Makefile       Fri Apr 16 06:49:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/08/17 20:18:56 leot Exp $
+# $NetBSD: Makefile,v 1.28 2021/04/16 06:49:33 nia Exp $
 
 DISTNAME=      cogl-1.22.0
 PKGREVISION=   11
@@ -20,6 +20,9 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            gmake gsed pkg-config msgfmt
 USE_PKGLOCALEDIR=      yes
 
+# error: "_MSC_VER" is not defined [-Werror=undef]
+BUILDLINK_TRANSFORM+=  rm:-Werror=undef
+
 PKGCONFIG_OVERRIDE+=   cogl-gles2/cogl-gles2-experimental.pc.in
 PKGCONFIG_OVERRIDE+=   cogl-pango/cogl-pango-1.0.pc.in
 PKGCONFIG_OVERRIDE+=   cogl-pango/cogl-pango-2.0-experimental.pc.in



Home | Main Index | Thread Index | Old Index