summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 01:37:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 01:37:12 +0000
commit5c8eadd7019a67d87f13f89d896befd3dd5f35aa (patch)
tree4839a61ed172bc593bbaced3b19b6818a1f12b18 /print
parentBROKEN on alpha 4.x: coredump during build (diff)
BROKEN on alpha 4.x: Coredump during build
Notes
Notes: svn path=/head/; revision=103930
Diffstat (limited to 'print')
-rw-r--r--print/lilypond-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 8ed6b40be286..30d6a42ce8d0 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/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)