pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cogl cogl: strip werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c899163c16e
branches:  trunk
changeset: 450408:9c899163c16e
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 16 06:49:33 2021 +0000

description:
cogl: strip werror

diffstat:

 graphics/cogl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fd58cf17fb94 -r 9c899163c16e graphics/cogl/Makefile
--- a/graphics/cogl/Makefile    Fri Apr 16 06:49:24 2021 +0000
+++ b/graphics/cogl/Makefile    Fri Apr 16 06:49:33 2021 +0000
@@ -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_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