From 3ae1f88994e4f65511d737d94b2edbfd93dabc5a Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 22 Mar 2010 05:28:54 +0000 Subject: [PATCH] Mark as broken on sparc64: does not compile: invokes i386 asm. Hat: portmgr --- devel/boost-python-libs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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}"\