pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libodfgen
Module Name: pkgsrc
Committed By: abs
Date: Mon Oct 29 14:42:19 UTC 2018
Modified Files:
pkgsrc/textproc/libodfgen: Makefile
Log Message:
Adjust CC_VERSION check from gcc-8* to gcc-[89]*
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/libodfgen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libodfgen/Makefile
diff -u pkgsrc/textproc/libodfgen/Makefile:1.19 pkgsrc/textproc/libodfgen/Makefile:1.20
--- pkgsrc/textproc/libodfgen/Makefile:1.19 Sun Oct 28 16:32:36 2018
+++ pkgsrc/textproc/libodfgen/Makefile Mon Oct 29 14:42:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/10/28 16:32:36 abs Exp $
+# $NetBSD: Makefile,v 1.20 2018/10/29 14:42:19 abs Exp $
DISTNAME= libodfgen-0.1.6
PKGREVISION= 7
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-sharedptr=tr1
.endif
# Avoid erroring out due to multiple -Werror=parentheses with gcc8
-.if !empty(CC_VERSION:Mgcc-8*)
+.if !empty(CC_VERSION:Mgcc-[89]*)
CONFIGURE_ARGS+=--disable-werror
.endif
Home |
Main Index |
Thread Index |
Old Index