mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Mark BROKEN for < 6.x on amd64.
PR: 116764 Submitted by: maintainer Reported by: pav
This commit is contained in:
parent
dbc4b26e74
commit
9bb0dc1abf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200478
@ -43,6 +43,12 @@ OPTIONS= TOR_DEVEL "Depend on tor-devel" On \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Does not compile on amd64 5, probably gcc-related
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TOR_DEVEL)
|
||||
.if defined(WITH_TOR)
|
||||
IGNORE= cannot depend on tor and tor-devel at the same time
|
||||
|
Loading…
Reference in New Issue
Block a user