You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
eaad0dc135
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@74486 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
301 B
Diff
12 lines
301 B
Diff
--- extconf.rb.orig 2009-06-26 08:01:24.000000000 +1000
|
|
+++ extconf.rb 2010-12-19 20:08:48.000000000 +1100
|
|
@@ -28,6 +28,8 @@
|
|
have_header("unistd.h")
|
|
have_header("locale.h")
|
|
|
|
+dir_config("ncurses")
|
|
+
|
|
if have_header("ncurses.h")
|
|
curses_header = "ncurses.h"
|
|
elsif have_header("ncurses/curses.h")
|