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 workaround to GCC ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fce035b9a9a8
branches:  trunk
changeset: 370410:fce035b9a9a8
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 16 18:55:59 2017 +0000

description:
apache24: Extend SunOS workaround to GCC 6.x.

diffstat:

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

diffs (18 lines):

diff -r 890aed9598d5 -r fce035b9a9a8 www/apache24/Makefile
--- a/www/apache24/Makefile     Mon Oct 16 18:46:55 2017 +0000
+++ b/www/apache24/Makefile     Mon Oct 16 18:55:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2017/10/06 06:22:05 adam Exp $
+# $NetBSD: Makefile,v 1.63 2017/10/16 18:55:59 jperkin Exp $
 #
 # When updating this package, make sure that no strings like
 # "PR 12345" are in the commit message. Upstream likes
@@ -36,7 +36,7 @@
 .include "../../mk/compiler.mk"
 
 CFLAGS.SunOS+= -D__EXTENSIONS__
-.if !empty(CC_VERSION:Mgcc-[7-9]*)
+.if !empty(CC_VERSION:Mgcc-[6-9]*)
 CFLAGS.SunOS+= -D_XOPEN_SOURCE=600
 .else
 CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1



Home | Main Index | Thread Index | Old Index