diff options
-rw-r--r-- | devel/boost-python-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 622759e45dfb..9e560176d219 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -20,7 +20,7 @@ OPTIONS= VERBOSE_BUILD "Show compiler messages" off \ .include "${PORTSDIR}/devel/boost-all/compiled.mk" .if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: invokes i386 asm +CXXFLAGS= -O0 .endif MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ |