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: Mon Oct 16 18:55:59 UTC 2017
Modified Files:
pkgsrc/www/apache24: Makefile
Log Message:
apache24: Extend SunOS workaround to GCC 6.x.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 pkgsrc/www/apache24/Makefile:1.63
--- pkgsrc/www/apache24/Makefile:1.62 Fri Oct 6 06:22:05 2017
+++ pkgsrc/www/apache24/Makefile Mon Oct 16 18:55:59 2017
@@ -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 @@ CONFIGURE_ENV+= ac_cv_path_RSYNC=/nonex
.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