svn commit: r360890 - head/devel/xmake

Pawel Pekala pawel at FreeBSD.org
Sun Jul 6 12:30:32 UTC 2014


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>


More information about the svn-ports-head mailing list