pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/clamav
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Sep 28 12:59:40 UTC 2021
Modified Files:
pkgsrc/security/clamav: Makefile
Log Message:
clamav: Support GCC >= 10.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/clamav/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/clamav/Makefile
diff -u pkgsrc/security/clamav/Makefile:1.77 pkgsrc/security/clamav/Makefile:1.78
--- pkgsrc/security/clamav/Makefile:1.77 Thu Jun 3 15:47:34 2021
+++ pkgsrc/security/clamav/Makefile Tue Sep 28 12:59:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2021/06/03 15:47:34 taca Exp $
+# $NetBSD: Makefile,v 1.78 2021/09/28 12:59:40 jperkin Exp $
.include "Makefile.common"
@@ -39,7 +39,7 @@ NOT_PAX_MPROTECT_SAFE+= bin/clamscan
NOT_PAX_MPROTECT_SAFE+= bin/freshclam
CFLAGS.SunOS+= -D__EXTENSIONS__
-.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
+.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*)
CFLAGS.SunOS+= -D_XOPEN_SOURCE=600
.endif
Home |
Main Index |
Thread Index |
Old Index