summaryrefslogtreecommitdiff
path: root/shells/static-tcsh
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-23 17:52:59 +0000
committerjlam <jlam@pkgsrc.org>2017-08-23 17:52:59 +0000
commit5a241cb310f34ca5bde02899d1ca416e7909004a (patch)
treec3c80b3b34a121b64fb5cc95f694f98e4c8a5893 /shells/static-tcsh
parentbe9973e84a0c4ba5d4a70db1a55a387f373be344 (diff)
downloadpkgsrc-5a241cb310f34ca5bde02899d1ca416e7909004a.tar.gz
shells/static-tcsh: Can't build static binaries on SunOS>=5.10.
SunOS>=5.10 stopped shipping static libraries, so it's not possible to link a static tcsh binary.
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r--shells/static-tcsh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile
index e2e6356f80a..ddea5b607a7 100644
--- a/shells/static-tcsh/Makefile
+++ b/shells/static-tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/08/23 17:52:47 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2017/08/23 17:52:59 jlam Exp $
#
MAINTAINER= agc@NetBSD.org
@@ -13,6 +13,9 @@ CONFLICTS= tcsh-[0-9]*
PKGNAME= static-${DISTNAME}
PKGREVISION= 3 # ALWAYS needs to be set; 0 if none.
+# SunOS 5.10 stopped shipping static libraries.
+NOT_FOR_PLATFORM+= SunOS-5.1[0-9]-*
+
.include "../../shells/tcsh/Makefile"
COMMENT:= Statically-linked version of the ${COMMENT}