pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cogl cogl: note that the flag disables Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/714e22646b42
branches:  trunk
changeset: 452222:714e22646b42
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 07 07:34:10 2021 +0000

description:
cogl: note that the flag disables Werror

diffstat:

 graphics/cogl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dc19fb5e51f3 -r 714e22646b42 graphics/cogl/Makefile
--- a/graphics/cogl/Makefile    Fri May 07 07:18:08 2021 +0000
+++ b/graphics/cogl/Makefile    Fri May 07 07:34:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/05/06 08:31:01 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2021/05/07 07:34:10 nia Exp $
 
 DISTNAME=      cogl-1.22.0
 PKGREVISION=   11
@@ -20,6 +20,7 @@
 USE_TOOLS+=            gmake gsed pkg-config msgfmt
 USE_PKGLOCALEDIR=      yes
 
+# Disable -Werror.
 # code is not clean enough for modern compilers
 CONFIGURE_ARGS+=       --enable-maintainer-flags=no
 



Home | Main Index | Thread Index | Old Index