pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache24



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep 28 13:01:37 UTC 2021

Modified Files:
        pkgsrc/www/apache24: Makefile

Log Message:
apache24: Support GCC >= 10.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/www/apache24/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/apache24/Makefile
diff -u pkgsrc/www/apache24/Makefile:1.101 pkgsrc/www/apache24/Makefile:1.102
--- pkgsrc/www/apache24/Makefile:1.101  Fri Sep 17 12:49:57 2021
+++ pkgsrc/www/apache24/Makefile        Tue Sep 28 13:01:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2021/09/17 12:49:57 adam Exp $
+# $NetBSD: Makefile,v 1.102 2021/09/28 13:01:37 jperkin Exp $
 #
 # When updating this package, make sure that no strings like
 # "PR 12345" are in the commit message. Upstream likes
@@ -35,7 +35,7 @@ CONFIGURE_ENV+=               ac_cv_path_RSYNC=/nonex
 .include "../../mk/compiler.mk"
 
 CFLAGS.SunOS+= -D__EXTENSIONS__
-.if !empty(CC_VERSION:Mgcc-[5-9]*) || !empty(PKGSRC_COMPILER:Mclang)
+.if !empty(CC_VERSION:Mgcc-[5-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*) || !empty(PKGSRC_COMPILER:Mclang)
 CFLAGS.SunOS+= -D_XOPEN_SOURCE=600
 .else
 CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1



Home | Main Index | Thread Index | Old Index