1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Don't hardcode gcc in xmake binary

This commit is contained in:
Pawel Pekala 2014-07-06 12:30:31 +00:00
parent 072b35fbcb
commit 13d1c54712
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360890

View File

@ -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.gz
post-extract:
@${RM} -rf ${WRKSRC}/obj
post-patch:
@${REINPLACE_CMD} 's|gcc|cc|' ${WRKSRC}/defs.h
.include <bsd.port.mk>