Summary: | [Patch] deskutils/wyrd - Fix build under HEAD | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Herbert J. Skuhra <herbert> | ||||
Component: | Individual Port(s) | Assignee: | William Grzybowski <wg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Herbert J. Skuhra
2013-09-12 20:50:01 UTC
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it. State Changed From-To: open->closed Committed. Thanks! Author: wg Date: Fri Sep 13 13:35:24 2013 New Revision: 327147 URL: http://svnweb.freebsd.org/changeset/ports/327147 Log: deskutils/wyrd: fix build with clang - Fix build with clang PR: ports/182050 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) Modified: head/deskutils/wyrd/Makefile Modified: head/deskutils/wyrd/Makefile ============================================================================== --- head/deskutils/wyrd/Makefile Fri Sep 13 13:26:31 2013 (r327146) +++ head/deskutils/wyrd/Makefile Fri Sep 13 13:35:24 2013 (r327147) @@ -27,6 +27,9 @@ UTF8_CONFIGURE_ENABLE= utf8 .include <bsd.port.options.mk> +post-patch: + @${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/curses/curses.ml + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wyrd.opt ${PREFIX}/bin/wyrd ${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/etc/wyrdrc _______________________________________________ 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" |