Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 19:48:47 GMT
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182050: [Patch] deskutils/wyrd - Fix build under HEAD
Message-ID:  <201309121948.r8CJmlr7064202@oldred.freebsd.org>
Resent-Message-ID: <201309121950.r8CJo1Wk054917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309121948.r8CJmlr7064202>