Mark as broken on powerpc and sparc64.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-11-10 06:07:18 +00:00
parent c75466ad04
commit 9ea7ce4a25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285426

View File

@ -60,6 +60,10 @@ CXXFLAGS+= -O3 -ffast-math -fexpensive-optimizations \
.endif
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.if !defined(WITHOUT_OPENMP)
CMAKE_ARGS+= -DOPTION_OMP:BOOL=ON
.else