summaryrefslogtreecommitdiff
path: root/devel/ruby-readline/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-readline/patches/patch-aa')
-rw-r--r--devel/ruby-readline/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ruby-readline/patches/patch-aa b/devel/ruby-readline/patches/patch-aa
new file mode 100644
index 00000000000..3a0d24d156c
--- /dev/null
+++ b/devel/ruby-readline/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 08:18:27 taca Exp $
+
+--- extconf.rb.orig Fri Jun 2 22:28:04 2000
++++ extconf.rb
+@@ -2,8 +2,7 @@
+
+ dir_config("readline")
+ have_library("user32", nil) if /cygwin/ === RUBY_PLATFORM
+-have_library("ncurses", "tgetnum") or
+- have_library("termcap", "tgetnum") or
++have_library("termcap", "tgetnum") or
+ have_library("curses", "tgetnum")
+
+ if have_header("readline/readline.h") and