aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/zillion/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/zillion/Makefile b/net/zillion/Makefile
index 744c3734ac7..88e0327e7d1 100644
--- a/net/zillion/Makefile
+++ b/net/zillion/Makefile
@@ -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>