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:   nia
Date:           Fri May  7 07:34:10 UTC 2021

Modified Files:
        pkgsrc/graphics/cogl: Makefile

Log Message:
cogl: note that the flag disables Werror


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/graphics/cogl/Makefile:1.30
--- pkgsrc/graphics/cogl/Makefile:1.29  Thu May  6 08:31:01 2021
+++ pkgsrc/graphics/cogl/Makefile       Fri May  7 07:34:10 2021
@@ -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_LIBTOOL=          yes
 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