[Bug 197093] games/angband does not need to specify CPPFLAGS and is in fact broken when it does so
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 26 14:11:49 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197093
Bug ID: 197093
Summary: games/angband does not need to specify CPPFLAGS and is
in fact broken when it does so
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: cnehren+freebsd-bugs at pobox.com
Created attachment 152178
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152178&action=edit
Fix building against ncurses
The angband source code uses `<ncurses/foo.h>` for all its include files, and
this breaks because we're specifying `-I/usr/local/include/ncurses` via
CPPFLAGS. This means that none of the ncurses headers are found, and so the GCU
backend fails. I've attached a patch that removes the spurious line, and have
tested it with both ports and base ncurses.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list