diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 01:37:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 01:37:12 +0000 |
commit | 42b6c4537ef50489470c4740eadfa13facfea62f (patch) | |
tree | 313ac97e2b068fed3d554896489576f3b65c20cf /print/lilypond-devel | |
parent | 32c1f5831d261c2f31c8b12bdc24d50a43ada463 (diff) | |
download | FreeBSD-ports-42b6c4537ef50489470c4740eadfa13facfea62f.zip FreeBSD-ports-42b6c4537ef50489470c4740eadfa13facfea62f.tar.gz |
BROKEN on alpha 4.x: Coredump during build
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 8ed6b40..30d6a42 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) |