Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2012/09/11 23:25:09 asau Exp $
# $NetBSD: Makefile,v 1.13 2014/01/09 12:24:41 jperkin Exp $
#
.include "../../shells/ast-ksh/Makefile.common"
@@ -12,6 +12,9 @@ PKGDIR= ${.CURDIR}/../../shells/ast-ksh
PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
# SunOS 5.10 stopped shipping static libraries
NOT_FOR_PLATFORM+= SunOS-5.1[0-9]-*
KSH93_MAKEFLAGS=LDFLAGS=-static
.include "../../mk/bsd.pkg.mk"