diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 05:28:54 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 05:28:54 +0000 |
commit | 3ae1f88994e4f65511d737d94b2edbfd93dabc5a (patch) | |
tree | 8549c10031135104e830a519ffa4453e32b2e4a7 /devel/boost-python-libs/Makefile | |
parent | e1b5690d05f106598c39a54566f5ca52d1ea71e0 (diff) |
Notes
Diffstat (limited to 'devel/boost-python-libs/Makefile')
-rw-r--r-- | devel/boost-python-libs/Makefile | 4 |
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}"\ |