mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on alpha 4.x: Coredump during build
This commit is contained in:
parent
3563aeb2bd
commit
9740b5f1c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104674
1 changed files with 7 additions and 1 deletions
|
@ -21,4 +21,10 @@ MANCOMPRESSED= yes
|
|||
USE_PYTHON= 2.1+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Coredump during build on alpha 4.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue