diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-07-22 10:34:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-07-22 10:34:22 +0000 |
commit | 1fba7112072b17d7370f82e9a6b16175afdb6690 (patch) | |
tree | 3e5052735e0ca440af311ca0ded35e82cfebea39 /www/apache24 | |
parent | 8fdbc9e6e36b09efb2543dff9f2b14e9ee854d52 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |