Date: Mon, 26 Jan 2015 14:11:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197093] games/angband does not need to specify CPPFLAGS and is in fact broken when it does so Message-ID: <bug-197093-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: cnehren+freebsd-bugs@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197093-13>