- fix build after gmake update

This commit is contained in:
Dirk Meyer 2011-04-20 18:46:02 +00:00
parent 0fe7f7780a
commit fd1b22d0a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272963

View File

@ -24,4 +24,7 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's|^CC=|# CC=|' ${WRKSRC}/GNUmakefile
.include <bsd.port.mk>