diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:57:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:57:30 +0000 |
commit | f3111fd1258623a3d723f3714603e9fcba2b0182 (patch) | |
tree | 14a1b72803b7a9fbbfab0815d21e90f3ea93a381 /audio/beast | |
parent | 20695e1667a415d80b6d12ac269c174b096d625e (diff) | |
download | ports-f3111fd1258623a3d723f3714603e9fcba2b0182.tar.gz ports-f3111fd1258623a3d723f3714603e9fcba2b0182.zip |
Notes
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 05250cd1cd57..af83adaf1671 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -41,8 +41,8 @@ MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3 IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite .endif -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on sparc64 or ia64" .endif post-patch: |