Mark as broken on amd64.
This commit is contained in:
parent
caa2f3bb48
commit
4f6cc56ff1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200569
1 changed files with 7 additions and 1 deletions
|
@ -36,4 +36,10 @@ post-install:
|
|||
@echo " (2) (require 'screamer)"
|
||||
@echo "${PREFIX}/share/screamer constains source and documentation."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue