aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-01-15 21:08:05 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-01-15 21:08:05 +0000
commit779ea29e6cce88f39e13321fc76fdecbd5354bc0 (patch)
tree3f1f67f1595c42ba7af8b0b8c9a246be47438b96
parent8fe309d7996af70d260c9d9be1711da7f0ca55a4 (diff)
downloadports-779ea29e6cce88f39e13321fc76fdecbd5354bc0.tar.gz
ports-779ea29e6cce88f39e13321fc76fdecbd5354bc0.zip
Notes
-rw-r--r--games/traindirector/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile
index b036783d8eb4..f61b8876966f 100644
--- a/games/traindirector/Makefile
+++ b/games/traindirector/Makefile
@@ -28,7 +28,13 @@ PLIST_FILES= bin/traindir3
MAKEFILE= Makefile.fc9
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200017
+BROKEN= Fails to compile with clang 3.9.x and later
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/traindir3 ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>