diff --git a/devel/pikdev/Makefile b/devel/pikdev/Makefile index 0ab6e462aca0..8bfc269867da 100644 --- a/devel/pikdev/Makefile +++ b/devel/pikdev/Makefile @@ -37,6 +37,10 @@ OPTIONS= DEBUG "Enable debug information" off \ .include +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=full .endif diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index ace4189a7455..2e54d08135ba 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -48,8 +48,8 @@ post-install: .include -.if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not build on ia64 or sparc64" .endif LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24