- Mark BROKEN on amd64/9

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-04-11 20:05:23 +00:00
parent c098e6a10d
commit ba8c9c3f02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272540

View file

@ -80,6 +80,10 @@ post-configure:
IGNORE= is not supported on this OS version IGNORE= is not supported on this OS version
.endif .endif
.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64"
BROKEN= does not link on 9.X
.endif
.if !defined(WITHOUT_CLANG) .if !defined(WITHOUT_CLANG)
BUILD_DEPENDS+= clang:${PORTSDIR}/devel/llvm-devel \ BUILD_DEPENDS+= clang:${PORTSDIR}/devel/llvm-devel \
${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt ${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt