summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-05-06 08:31:01 +0000
committerwiz <wiz@pkgsrc.org>2021-05-06 08:31:01 +0000
commite11e3b6d75b31449b71f3bb690f1ac76e1faedee (patch)
treea4515fe5f9b754d2668c64f6bf371d7df1c13590 /graphics
parent9ec0578813379ca1c0ea0afee468dca1936ba5de (diff)
downloadpkgsrc-e11e3b6d75b31449b71f3bb690f1ac76e1faedee.tar.gz
cogl: do not compile with -Werror=*
Unbreaks build on NetBSD-current.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cogl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile
index adcc5014514..77d1b6018d7 100644
--- a/graphics/cogl/Makefile
+++ b/graphics/cogl/Makefile
@@ -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