diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-09-04 23:56:55 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-09-04 23:56:55 +0000 |
commit | 92c6c8c1ab6e749e41f97e35fe49118fc658686f (patch) | |
tree | 2d5f0d82ccb5fea992ee7765f95c69bedcc1bb17 /audio/mac | |
parent | Update to 1.4.3 (diff) |
Port seems to compile and execute without issue on sparc64: therefore
remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected
sparc64.
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 2f46ad0b3f56..77032221afca 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -24,9 +24,6 @@ CONFIGURE_ARGS+= --enable-backward INSTALLS_SHLIB= yes -# does not compile on sparc64 -NOT_FOR_ARCHS= sparc64 - .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |