diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-01-16 05:08:05 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-01-16 05:08:05 +0800 |
commit | 4330f59ee942e352f5ba5d47371f73700b6e1159 (patch) | |
tree | 3f1f67f1595c42ba7af8b0b8c9a246be47438b96 /games | |
parent | 714274f1bf355adfd4cdeed5c19f5bc70194b80d (diff) | |
download | freebsd-ports-gnome-4330f59ee942e352f5ba5d47371f73700b6e1159.tar.gz freebsd-ports-gnome-4330f59ee942e352f5ba5d47371f73700b6e1159.tar.zst freebsd-ports-gnome-4330f59ee942e352f5ba5d47371f73700b6e1159.zip |
Mark broken on head after import of clang 3.9.0.
Diffstat (limited to 'games')
-rw-r--r-- | games/traindirector/Makefile | 8 |
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> |