diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:49:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:49:48 +0000 |
commit | 2de80c3b0dcc4977ba0839ef5e678d30a2823e7d (patch) | |
tree | fd0ca1ffa1d4bc751858468f62b8260c816a5f45 /audio/csound | |
parent | BROKEN on alpha 4.x: Internal compiler error (diff) |
Also broken on alpha 4.x
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125644
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 2abf5336585d..5034ac255f8b 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -33,8 +33,8 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on alpha 5.x" +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif pre-build: |