pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cogl cogl: do not compile with -Werror=*
details: https://anonhg.NetBSD.org/pkgsrc/rev/8cf8d183b588
branches: trunk
changeset: 452185:8cf8d183b588
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 06 08:31:01 2021 +0000
description:
cogl: do not compile with -Werror=*
Unbreaks build on NetBSD-current.
diffstat:
graphics/cogl/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r e2b31e9318b6 -r 8cf8d183b588 graphics/cogl/Makefile
--- a/graphics/cogl/Makefile Thu May 06 08:15:59 2021 +0000
+++ b/graphics/cogl/Makefile Thu May 06 08:31:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/04/16 06:49:33 nia Exp $
+# $NetBSD: Makefile,v 1.29 2021/05/06 08:31:01 wiz Exp $
DISTNAME= cogl-1.22.0
PKGREVISION= 11
@@ -20,8 +20,8 @@
USE_TOOLS+= gmake gsed pkg-config msgfmt
USE_PKGLOCALEDIR= yes
-# error: "_MSC_VER" is not defined [-Werror=undef]
-BUILDLINK_TRANSFORM+= rm:-Werror=undef
+# code is not clean enough for modern compilers
+CONFIGURE_ARGS+= --enable-maintainer-flags=no
PKGCONFIG_OVERRIDE+= cogl-gles2/cogl-gles2-experimental.pc.in
PKGCONFIG_OVERRIDE+= cogl-pango/cogl-pango-1.0.pc.in
Home |
Main Index |
Thread Index |
Old Index