mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken on sparc64: fails to compile.
This commit is contained in:
parent
1a8346ead8
commit
409a4b2ae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279392
1 changed files with 7 additions and 1 deletions
|
@ -41,4 +41,10 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "sparc64"
|
||||||
|
BROKEN= Does not compile on sparc64
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue