mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark BROKEN on amd64/9
Reported by: pointyhat
This commit is contained in:
parent
c098e6a10d
commit
ba8c9c3f02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272540
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue