diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-23 22:14:18 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-23 22:14:18 +0000 |
commit | f6e97f294e0bb028495fc645a97a833ff4ad59c3 (patch) | |
tree | ad6ff6ba36edfec6dc4bc525fcd25c1d7ce305dd /devel/boost-python-libs | |
parent | 9e1e4c712a506c8d80ac9a16dab638a65e774b27 (diff) | |
download | ports-f6e97f294e0bb028495fc645a97a833ff4ad59c3.tar.gz ports-f6e97f294e0bb028495fc645a97a833ff4ad59c3.zip |
Notes
Diffstat (limited to 'devel/boost-python-libs')
-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}"\ |