summaryrefslogtreecommitdiffstats
path: root/lang/tolua++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua++/Makefile')
-rw-r--r--lang/tolua++/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile
index b16afe0..e0df72a 100644
--- a/lang/tolua++/Makefile
+++ b/lang/tolua++/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Extended version of tolua, a tool to integrate C/C++ code with Lua
+BROKEN_sparc64= Does not install on sparc64
+
USES= scons lua:51 tar:bzip2
MAKE_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so"
@@ -21,12 +23,6 @@ TGT_BINDIR= ${PREFIX}/bin
TGT_INCDIR= ${LUA_INCDIR:C/^${LOCALBASE}/${PREFIX}/}
TGT_LIBDIR= ${LUA_LIBDIR:C/^${LOCALBASE}/${PREFIX}/}
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
-BROKEN= Does not install on sparc64-9
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|'lualib',||; s|lua|lua-${LUA_VER}|g" ${WRKSRC}/config_posix.py
OpenPOWER on IntegriCloud