Mark BROKEN for < 6.x on amd64.

PR:		116764
Submitted by:	maintainer
Reported by:	pav
This commit is contained in:
Stefan Walter 2007-09-30 17:31:51 +00:00
parent dbc4b26e74
commit 9bb0dc1abf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200478

View File

@ -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