Summary: | misc/mc clang update | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrey Simonenko <simon> | ||||
Component: | Individual Port(s) | Assignee: | Max Khon <fjoe> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrey Simonenko
2012-09-19 11:50:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer (via the GNATS Auto Assign Tool) Author: fjoe Date: Tue Oct 2 10:58:22 2012 New Revision: 305155 URL: http://svn.freebsd.org/changeset/ports/305155 Log: Fix clang build. PR: 171772 Submitted by: Andrey Simonenko Modified: head/misc/mc/Makefile Modified: head/misc/mc/Makefile ============================================================================== --- head/misc/mc/Makefile Tue Oct 2 10:28:23 2012 (r305154) +++ head/misc/mc/Makefile Tue Oct 2 10:58:22 2012 (r305155) @@ -39,6 +39,7 @@ OPTIONS= SLANG "Build with SLang librar post-patch: ${REINPLACE_CMD} -e 's/SUBDIRS = intl/SUBDIRS =/' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's/saved_CPPFLAGS="-ltermcap/saved_CPPFLAGS="/' ${WRKSRC}/configure .include <bsd.port.pre.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |