summaryrefslogtreecommitdiff
path: root/www/apache24
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-07-22 10:34:22 +0000
committerjperkin <jperkin@pkgsrc.org>2019-07-22 10:34:22 +0000
commit1fba7112072b17d7370f82e9a6b16175afdb6690 (patch)
tree3e5052735e0ca440af311ca0ded35e82cfebea39 /www/apache24
parent8fdbc9e6e36b09efb2543dff9f2b14e9ee854d52 (diff)
downloadpkgsrc-1fba7112072b17d7370f82e9a6b16175afdb6690.tar.gz
apache24: Extend SunOS C99 compilers list to gcc-5.
Should fix PR#54385 from Hiroshi Hakoyama.
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 71e15f0f37d..0f8c6594880 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2019/07/01 04:08:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.82 2019/07/22 10:34:22 jperkin Exp $
#
# When updating this package, make sure that no strings like
# "PR 12345" are in the commit message. Upstream likes
@@ -37,7 +37,7 @@ CONFIGURE_ENV+= ac_cv_path_RSYNC=/nonexistent
.include "../../mk/compiler.mk"
CFLAGS.SunOS+= -D__EXTENSIONS__
-.if !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(PKGSRC_COMPILER:Mclang)
+.if !empty(CC_VERSION:Mgcc-[5-9]*) || !empty(PKGSRC_COMPILER:Mclang)
CFLAGS.SunOS+= -D_XOPEN_SOURCE=600
.else
CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1