2013-09-26 17:14:40 +02:00

15 lines
556 B
Plaintext

$NetBSD: patch-ga,v 1.1 2010/09/10 03:29:01 taca Exp $
--- ext/curses/extconf.rb.orig 2007-11-15 10:51:07.000000000 +0000
+++ ext/curses/extconf.rb
@@ -11,9 +11,6 @@ if have_header(*curses=%w"ncurses.h") an
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")
make=true
end