aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond
diff options
context:
space:
mode:
Diffstat (limited to 'print/lilypond')
-rw-r--r--print/lilypond/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 433f33a0af4f..ab26954fe9b6 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -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)