Ticket #21672: patch-extconf.rb

File patch-extconf.rb, 251 bytes (added by ralf@…, 14 years ago)
Line 
1--- extconf.rb.ORIG     2010-08-18 11:02:36.000000000 +0200
2+++ extconf.rb  2010-08-18 11:03:17.000000000 +0200
3@@ -22,7 +22,7 @@
4 
5 require "mkmf"
6 
7-$CFLAGS  += " -g"
8+$CFLAGS  += " -g -DNCURSES_OPAQUE=0"
9 $CXXFLAGS  = $CFLAGS
10 
11 have_header("unistd.h")