mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Mark as broken on tier-2: uses x86-specific compiler flags.
This commit is contained in:
parent
409a4b2ae8
commit
7a367c9ea9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279393
@ -64,4 +64,10 @@ do-install:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user