]> git.pld-linux.org Git - packages/ruby.git/blame - ruby-curses-terminfo.patch
- disable workaround which disallows to build ruby
[packages/ruby.git] / ruby-curses-terminfo.patch
CommitLineData
dccaa19f 1diff -ur ruby-1.8.0-orig/ext/curses/extconf.rb ruby-1.8.0/ext/curses/extconf.rb
2--- ruby-1.8.0-orig/ext/curses/extconf.rb 2002-01-30 01:44:11.000000000 -0700
3+++ ruby-1.8.0/ext/curses/extconf.rb 2003-06-25 12:40:18.000000000 -0600
4@@ -8,6 +8,7 @@
5 have_library("mytinfo", "tgetent") if /bow/ =~ RUBY_PLATFORM
6 if have_header("ncurses.h") and have_library("ncurses", "initscr")
7 make=true
8+elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr") and have_library("tinfo", "tgetent")
9 elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr")
10 make=true
11 elsif have_header("curses_colr/curses.h") and have_library("cur_colr", "initscr")
12Only in ruby-1.8.0/ext/curses: extconf.rb~
This page took 0.040275 seconds and 4 git commands to generate.