summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-09-16 04:38:49 +0000
committerminskim <minskim@pkgsrc.org>2008-09-16 04:38:49 +0000
commit79e332ed88198146fd10f89b5e9377e6bb6b64bc (patch)
treefc4a45c0993ee9084550d77a0cb81dced06e6bc3 /mk
parentc4f819041e228001509024225c661fbc6651ccc0 (diff)
downloadpkgsrc-79e332ed88198146fd10f89b5e9377e6bb6b64bc.tar.gz
Do not force ncurses on Interix; it does not have a proper shared library.
Instead, let curses.buildlink3.mk find out a usable one. This fixes the error reported in PR 39531. However, the PR will remain open for now because it raises another issue whether tnftp should depend on curses or not.
Diffstat (limited to 'mk')
-rw-r--r--mk/curses.buildlink3.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/curses.buildlink3.mk b/mk/curses.buildlink3.mk
index 4a7e30fa6be..405834ef4ef 100644
--- a/mk/curses.buildlink3.mk
+++ b/mk/curses.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: curses.buildlink3.mk,v 1.12 2008/02/29 16:29:04 jlam Exp $
+# $NetBSD: curses.buildlink3.mk,v 1.13 2008/09/16 04:38:49 minskim Exp $
#
# This Makefile fragment is meant to be included by packages that require
# any curses implementation instead of one particular one. The available
@@ -42,13 +42,6 @@ CHECK_BUILTIN.curses:= no
# Set the value of CURSES_DEFAULT depending on the platform and what's
# available in the base system.
#
-# - Interix has an unusual ncurses installation that is missing some
-# shared libraries, but the ncurses/builtin.mk will take care of things
-# for us.
-#
-.if ${OPSYS} == "Interix"
-CURSES_DEFAULT?= ncurses
-.endif
.if defined(USE_BUILTIN.curses) && !empty(USE_BUILTIN.curses:M[yY][eE][sS])
CURSES_DEFAULT?= curses
.else