Summary: | devel/astyle doesn't build | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | graudeejs |
Component: | Individual Port(s) | Assignee: | Lars Engels <lme> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
graudeejs
2011-09-26 17:40:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->lme Over to maintainer (via the GNATS Auto Assign Tool) This is a problem with Unicode BOM mark: <http://sourceforge.net/tracker/index.php?func=detail&aid=3303265&group_id=2319&atid=102319>. I have managed to get it fixed by the following snippet on /etc/make.conf: .if ${.CURDIR:M*/devel/astyle*} USE_GCC=4.4+ .endif -- VZ lme 2011-10-09 11:44:51 UTC FreeBSD ports repository Modified files: devel/astyle Makefile Log: Add USE_GCC=4.4+ to fix build in UTF-8 environments PR: ports/161036 Reported by: Aldis Berjoza <graudeejs@gmail.com> Patch by: Vaclav Zeman Reviewed by: ed Approved by: maintainer (me) Revision Changes Path 1.37 +2 -2 ports/devel/astyle/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |