diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:36:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:36:07 +0000 |
commit | ed5b10bd929a95bcb055afaaf5bfbed0d69f4339 (patch) | |
tree | 30efd8f5fde9ad3b80330a79d559fc7eaf123ca3 /print | |
parent | 76a7d05848e656c4c0235951de84c8f27c28da8e (diff) | |
download | ports-ed5b10bd929a95bcb055afaaf5bfbed0d69f4339.tar.gz ports-ed5b10bd929a95bcb055afaaf5bfbed0d69f4339.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 4 |
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) |