ports/182050: [Patch] deskutils/wyrd - Fix build under HEAD

Herbert J. Skuhra h.skuhra at gmail.com
Thu Sep 12 19:50:02 UTC 2013


>Number:         182050
>Category:       ports
>Synopsis:       [Patch] deskutils/wyrd - Fix build under HEAD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 12 19:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
FreeBSD build.home.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255487: Thu Sep 12 13:31:17 CEST 2013     herbert at build.home.lan:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Fix build of desktutils/wyrd under HEAD.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: deskutils/wyrd/Makefile
===================================================================
--- deskutils/wyrd/Makefile	(revision 327067)
+++ deskutils/wyrd/Makefile	(working copy)
@@ -27,6 +27,9 @@
 
 .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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list