diff options
author | jperkin <jperkin> | 2014-01-09 12:24:41 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-01-09 12:24:41 +0000 |
commit | c06d39c796d99a3e3bf1e5df4fb7212b0568cd02 (patch) | |
tree | fdfae71f104d1122403cb4f02293c66f2c043af2 /shells | |
parent | bfb63269ffcf3424a564aab0b69f170317c7d371 (diff) | |
download | pkgsrc-c06d39c796d99a3e3bf1e5df4fb7212b0568cd02.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/Makefile | 5 |
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" |