aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/ezm3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index 209c78c6080a..2d52247b765a 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -83,6 +83,9 @@ pre-patch:
@cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${WRKDIR}/${f}
.endfor
.endif
+.if ${OSVERSION} >= 1000012
+ @${FIND} ${WRKSRC} -name 'malloc.c' -exec truncate -s 0 {} +
+.endif
do-build:
@${ECHO_MSG} "This port does everything in the install step."