Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2014/01/22 12:26:11 jperkin Exp $
# $NetBSD: Makefile,v 1.14 2016/02/25 16:20:52 jperkin Exp $
MODNAME= sockets
CATEGORIES+= net
@@ -10,12 +10,8 @@ CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
USE_PHP_EXT_PATCHES= Yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= ac_cv_func_if_indextoname=yes
CFLAGS+= -D_XOPEN_SOURCE=500 # msghdr extensions
.endif
CONFIGURE_ARGS.SunOS+= ac_cv_func_if_indextoname=yes
CFLAGS.SunOS+= -D_XOPEN_SOURCE=500 # msghdr extensions
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"