Ticket #15267 (closed defect: worksforme)
ncurses/ncursesw cannot detect terminfo dir
| Reported by: | ryan@… | Owned by: | imajes@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
I had to add the following configure item to the Portfile to get ncurses/ncursesw to build on Leopard, otherwise configure would fail thinking that the terminfo dir was "".
--- var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw/Portfile- 2008-01-27 03:46:26.000000000 -0800
+++ var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw/Portfile 2008-05-12 11:09:19.000000000 -0700
@@ -35,7 +35,8 @@
--without-ada \
--enable-safe-sprintf \
--enable-sigwinch \
- --mandir=${prefix}/share/man
+ --mandir=${prefix}/share/man \
+ --with-default-terminfo-dir=${prefix}/share/terminfo
Change History
Note: See
TracTickets for help on using
tickets.


Here was the configure output before the patch: