aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-09-08 07:17:09 +0800
committerdelphij <delphij@FreeBSD.org>2012-09-08 07:17:09 +0800
commit69eb54b4201644620ef3440305cb3d1a31c0729f (patch)
tree0d085581dcc89f47539d589e3201aebc874b44a0 /lang
parentd9b8b6fcc5c4780d2d98dcfb9e9d4b6d5dbf513e (diff)
downloadfreebsd-ports-gnome-69eb54b4201644620ef3440305cb3d1a31c0729f.tar.gz
freebsd-ports-gnome-69eb54b4201644620ef3440305cb3d1a31c0729f.tar.zst
freebsd-ports-gnome-69eb54b4201644620ef3440305cb3d1a31c0729f.zip
Unbreak for recent FreeBSD versions by zapping out malloc.c, which is no
longer needed in modern FreeBSD versions. PORTREVISION intentionally not bumped.
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."