Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.63 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.67 2015/06/16 22:28:13 jperkin Exp $
PKGREVISION= 1
.include "../../sysutils/coreutils/Makefile.common"
PKGREVISION= 1
CONFIGURE_ARGS+= --without-gmp
CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
@@ -29,7 +29,7 @@ USE_GCC_RUNTIME= yes
.include "../../mk/compiler.mk"
.if ${OBJECT_FMT} == "ELF" && \
.if (${OBJECT_FMT} == "ELF" || ${OBJECT_FMT} == "Mach-O") && \
(!empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang))
PLIST.stdbuf= yes
.endif