Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 12:30:32 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360890 - head/devel/xmake
Message-ID:  <201407061230.s66CUW5i069936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Jul  6 12:30:31 2014
New Revision: 360890
URL: http://svnweb.freebsd.org/changeset/ports/360890
QAT: https://qat.redports.org/buildarchive/r360890/

Log:
  Don't hardcode gcc in xmake binary

Modified:
  head/devel/xmake/Makefile

Modified: head/devel/xmake/Makefile
==============================================================================
--- head/devel/xmake/Makefile	Sun Jul  6 12:29:21 2014	(r360889)
+++ head/devel/xmake/Makefile	Sun Jul  6 12:30:31 2014	(r360890)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xmake
 PORTVERSION=	1.06
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://apollo.backplane.com/xmake/
 EXTRACT_SUFX=	.tgz
@@ -16,4 +17,7 @@ PLIST_FILES=	bin/xmake man/man1/xmake.1.
 post-extract:
 	@${RM} -rf ${WRKSRC}/obj
 
+post-patch:
+	@${REINPLACE_CMD} 's|gcc|cc|' ${WRKSRC}/defs.h
+
 .include <bsd.port.mk>



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