Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2011 22:19:20 +0000
From:      Nali Toja <nalitoja@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162120: [patch] chinese/ttfm: respect CC
Message-ID:  <86aa8k69p3.fsf@gmail.com>
Resent-Message-ID: <201110282220.p9SMKBJ8049470@freefall.freebsd.org>

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

>Number:         162120
>Category:       ports
>Synopsis:       [patch] chinese/ttfm: respect CC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 28 22:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nali Toja
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
# slightly different from pointyhat
$ export PATH=~/.bin:$PATH
$ for cc in CC cc c++ gcc g++; do ln -s /usr/bin/false ~/.bin/${cc}; done
>Description:
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/zh-ttfm-0.9.5_3.log
>Fix:
--- cc.diff begins here ---
Index: chinese/ttfm/Makefile
===================================================================
RCS file: /a/.csup/ports/chinese/ttfm/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- chinese/ttfm/Makefile	6 Jun 2008 16:16:29 -0000	1.22
+++ chinese/ttfm/Makefile	28 Oct 2011 22:07:23 -0000
@@ -18,7 +18,7 @@ RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-f
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 
-MAKE_ARGS=	FREETYPE_BASE=${LOCALBASE:Q}
+MAKE_ARGS=	FREETYPE_BASE=${LOCALBASE:Q} CC="${CC}"
 
 PORTDOCS=	README USAGE
 MAN1=		ttfm.sh.1
--- cc.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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