aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-16 06:04:49 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-16 06:04:49 +0000
commitcc21f17c9476c6f6e9f48022610704abf51129d7 (patch)
tree94ea32d5de8a4777eb71626b6570ed8d63252c84 /textproc/msort
parent858cbd611af0ec96231c6edc2439db5b10c8e46d (diff)
downloadports-cc21f17c9476c6f6e9f48022610704abf51129d7.tar.gz
ports-cc21f17c9476c6f6e9f48022610704abf51129d7.zip
- does not build in 4.x
PR: ports/102054 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=170775
Diffstat (limited to 'textproc/msort')
-rw-r--r--textproc/msort/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index ee489d1ebb57..c01e5887bc1d 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -26,7 +26,12 @@ PLIST_FILES= bin/msg bin/msort
MAN1= msort.1
+.include <bsd.port.pre.mk>
+
post-patch:
${REINPLACE_CMD} -e 's,^#include <alloca.h>,,g' ${WRKSRC}/msort.c
+.if ${OSVERSION} < 500035
+BROKEN= Does not build with older versions of FreeBSD
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>