pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/php-sockets
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Sep 28 12:57:56 UTC 2021
Modified Files:
pkgsrc/net/php-sockets: Makefile
Log Message:
php-sockets: Support GCC >= 10.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/php-sockets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/php-sockets/Makefile
diff -u pkgsrc/net/php-sockets/Makefile:1.16 pkgsrc/net/php-sockets/Makefile:1.17
--- pkgsrc/net/php-sockets/Makefile:1.16 Sun Nov 3 11:45:49 2019
+++ pkgsrc/net/php-sockets/Makefile Tue Sep 28 12:57:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 11:45:49 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2021/09/28 12:57:56 jperkin Exp $
MODNAME= sockets
CATEGORIES+= net
@@ -14,7 +14,7 @@ CONFIGURE_ARGS.SunOS+= ac_cv_func_if_ind
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
+.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*)
CFLAGS.SunOS+= -D_XOPEN_SOURCE=600
.else
CFLAGS.SunOS+= -D_XOPEN_SOURCE=500 # msghdr extensions
Home |
Main Index |
Thread Index |
Old Index