summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-01-09 12:24:41 +0000
committerjperkin <jperkin@pkgsrc.org>2014-01-09 12:24:41 +0000
commitd429985884e60fb0f855d5b5079aa958ff9f12ce (patch)
treefdfae71f104d1122403cb4f02293c66f2c043af2 /shells
parent6e2e10f3fe84327ceb2b2e7efecaf160df2cd71c (diff)
downloadpkgsrc-d429985884e60fb0f855d5b5079aa958ff9f12ce.tar.gz
Mark NOT_FOR_PLATFORM for SunOS 5.10 and newer, no OS static libraries.
Diffstat (limited to 'shells')
-rw-r--r--shells/static-ast-ksh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile
index 70cb300a848..15fe106979f 100644
--- a/shells/static-ast-ksh/Makefile
+++ b/shells/static-ast-ksh/Makefile
@@ -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"