summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-ga
blob: 2bd2fe9fd4437e3ca464812d4bf5c4d0caa07703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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