aboutsummaryrefslogtreecommitdiffstats
path: root/print/lilypond
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-14 09:36:07 +0800
committerkris <kris@FreeBSD.org>2004-03-14 09:36:07 +0800
commit32c1f5831d261c2f31c8b12bdc24d50a43ada463 (patch)
treeeb3e690837aba3b28c5d713a9d757ccbee2518a1 /print/lilypond
parent4d1eed4906c8a4b41a2d008a0b6564620ca73809 (diff)
downloadfreebsd-ports-gnome-32c1f5831d261c2f31c8b12bdc24d50a43ada463.tar.gz
freebsd-ports-gnome-32c1f5831d261c2f31c8b12bdc24d50a43ada463.tar.zst
freebsd-ports-gnome-32c1f5831d261c2f31c8b12bdc24d50a43ada463.zip
BROKEN on alpha 4.x: coredump during build
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)