mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
BROKEN on alpha 4.x: coredump during build
This commit is contained in:
parent
76a7d05848
commit
ed5b10bd92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103929
@ -54,6 +54,10 @@ ALL_TARGET= all
|
||||
USE_GCC= 3.3
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Coredump during build on alpha 4.x"
|
||||
.endif
|
||||
|
||||
SCRIPTS_ENV+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user