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: wiz
Date: Thu May 6 08:31:01 UTC 2021
Modified Files:
pkgsrc/graphics/cogl: Makefile
Log Message:
cogl: do not compile with -Werror=*
Unbreaks build on NetBSD-current.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/graphics/cogl/Makefile:1.29
--- pkgsrc/graphics/cogl/Makefile:1.28 Fri Apr 16 06:49:33 2021
+++ pkgsrc/graphics/cogl/Makefile Thu May 6 08:31:01 2021
@@ -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_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
+# 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