aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python-libs/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-03-22 05:28:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-03-22 05:28:54 +0000
commit3ae1f88994e4f65511d737d94b2edbfd93dabc5a (patch)
tree8549c10031135104e830a519ffa4453e32b2e4a7 /devel/boost-python-libs/Makefile
parente1b5690d05f106598c39a54566f5ca52d1ea71e0 (diff)
Notes
Diffstat (limited to 'devel/boost-python-libs/Makefile')
-rw-r--r--devel/boost-python-libs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index f94474f58248..622759e45dfb 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -19,6 +19,10 @@ OPTIONS= VERBOSE_BUILD "Show compiler messages" off \
.include "${PORTSDIR}/devel/boost-all/common.mk"
.include "${PORTSDIR}/devel/boost-all/compiled.mk"
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: invokes i386 asm
+.endif
+
MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\
PYTHON_VERSION="${PYTHON_VERSION}"\
PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"\