mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
556 B
Plaintext
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
|