1
0
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:
Kris Kennaway 2004-03-14 01:36:07 +00:00
parent 76a7d05848
commit ed5b10bd92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103929

View File

@ -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)