mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
BROKEN on alpha 5.x: Does not compile (coredump)
This commit is contained in:
parent
8e705146be
commit
737889d99e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101802
@ -30,4 +30,10 @@ do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile (coredump)"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user