pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache24 apache24: Extend SunOS C99 compilers list...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efe1af2f9775
branches:  trunk
changeset: 336755:efe1af2f9775
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 22 10:34:22 2019 +0000

description:
apache24: Extend SunOS C99 compilers list to gcc-5.

Should fix PR#54385 from Hiroshi Hakoyama.

diffstat:

 www/apache24/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b2cbfc03a1e8 -r efe1af2f9775 www/apache24/Makefile
--- a/www/apache24/Makefile     Mon Jul 22 09:13:13 2019 +0000
+++ b/www/apache24/Makefile     Mon Jul 22 10:34:22 2019 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index