summaryrefslogtreecommitdiff
path: root/lang/ruby18/patches
diff options
context:
space:
mode:
authortaca <taca>2004-12-24 14:27:30 +0000
committertaca <taca>2004-12-24 14:27:30 +0000
commit238410c240197702091b28be4d0c3e864e547444 (patch)
tree7250a8a1a1c65002c98e3abaa332095b5284c4b3 /lang/ruby18/patches
parenta5677a94a638ae5fe71a6255f15704183891044f (diff)
downloadpkgsrc-238410c240197702091b28be4d0c3e864e547444.tar.gz
Remove patch to non-used file; patch-ae's content exists in
devel/ruby-curses package. No functional change to ruby18 package itself.
Diffstat (limited to 'lang/ruby18/patches')
-rw-r--r--lang/ruby18/patches/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/ruby18/patches/patch-ae b/lang/ruby18/patches/patch-ae
deleted file mode 100644
index bda9f2d8a51..00000000000
--- a/lang/ruby18/patches/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2004/11/27 14:11:15 taca Exp $
-
---- ext/curses/extconf.rb.orig 2003-12-16 16:47:58.000000000 +0900
-+++ ext/curses/extconf.rb
-@@ -7,14 +7,7 @@ dir_config('termcap')
- make=false
- have_library("mytinfo", "tgetent") if /bow/ =~ RUBY_PLATFORM
- have_library("tinfo", "tgetent") or have_library("termcap", "tgetent")
--if have_header(*curses=%w"ncurses.h") and have_library("ncurses", "initscr")
-- make=true
--elsif have_header(*curses=%w"ncurses/curses.h") and have_library("ncurses", "initscr")
-- make=true
--elsif have_header(*curses=%w"curses_colr/curses.h") and have_library("cur_colr", "initscr")
-- curses.unshift("varargs.h")
-- make=true
--elsif have_header(*curses=%w"curses.h") and have_library("curses", "initscr")
-+if have_header(*curses=%w"curses.h") and have_library("curses", "initscr")
- make=true
- end
-