aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-03 19:57:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-03 19:57:09 +0000
commit0dde4ea96d7cf2265a675692dbc984c23d17daad (patch)
tree92852dc83d121de511d5bab3fe67a0b848f191a9 /games
parent58094ff690975dd98e9338449a163cafd591ebea (diff)
downloadports-0dde4ea96d7cf2265a675692dbc984c23d17daad.tar.gz
ports-0dde4ea96d7cf2265a675692dbc984c23d17daad.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/libdungeonmaker/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/libdungeonmaker/Makefile b/games/libdungeonmaker/Makefile
index 7942344132b6..66a719a53840 100644
--- a/games/libdungeonmaker/Makefile
+++ b/games/libdungeonmaker/Makefile
@@ -18,6 +18,12 @@ MAKEFILE= Makefile.bsd
OPTIONS_DEFINE= DOCS EXAMPLES
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024 && ${OSVERSION} < 1000705
+BROKEN= doesn't build with old clang
+.endif
+
do-install:
${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.so ${STAGEDIR}${PREFIX}/lib
@@ -29,4 +35,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/design* ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/main.cpp ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>