summaryrefslogtreecommitdiff
path: root/lang/tolua++
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-22 10:59:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-22 10:59:57 +0000
commit297cd55e936ae9572d148b08652a06a25dc0e7cc (patch)
tree0ce9c06e545e5e753ebe70402b662c70ebfadf76 /lang/tolua++
parentMark broken on tier-2: fails to link. (diff)
Mark as broken on sparc64-9.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=287852
Diffstat (limited to 'lang/tolua++')
-rw-r--r--lang/tolua++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile
index d4ec10baf749..1dcda7a19fa1 100644
--- a/lang/tolua++/Makefile
+++ b/lang/tolua++/Makefile
@@ -33,4 +33,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${LUA_LIBDIR}
${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${PREFIX}/lib/libtolua++-${LUA_VER}.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
+BROKEN= Does not install on sparc64-9
+.endif
+
+.include <bsd.port.post.mk>