summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-02-18 20:02:38 +0000
committerjperkin <jperkin>2013-02-18 20:02:38 +0000
commit0aba65d68625f0956d20340290137937dca5fbd8 (patch)
tree425a14e46c9677db3f3e5f0e512d87238240526a /shells
parent91b036e17bbad98644714fc6b8786129da0332fa (diff)
downloadpkgsrc-0aba65d68625f0956d20340290137937dca5fbd8.tar.gz
Ugly hack to fix Solaris packaging. Fixing this properly involves
rewriting this entire package, and I've not yet had time to test my proposed rewrite on enough platforms, so this will do for now.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index c088f4dfdd4..a87553b8181 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2012/09/11 23:25:10 asau Exp $
+# $NetBSD: Makefile.common,v 1.68 2013/02/18 20:02:38 jperkin Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -94,7 +94,7 @@ PLIST.terminfo= yes
.if empty(MACHINE_PLATFORM:MNetBSD-[0-9]*)
CHECK_BUILTIN.curses= yes
.include "../../mk/curses.builtin.mk"
-.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss])
+.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS"
PLIST.curses= yes
.endif
.endif