diff options
author | shaun <shaun@FreeBSD.org> | 2006-09-05 07:56:55 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-09-05 07:56:55 +0800 |
commit | fd96b5e857e4e97be1a7d20c6376afb9cf25dec5 (patch) | |
tree | 7549dbecb52ef997d1483f9ce5440309562a8316 /audio | |
parent | c67f1c7deed3272193719f2c5c724fd117ab537e (diff) | |
download | freebsd-ports-gnome-fd96b5e857e4e97be1a7d20c6376afb9cf25dec5.tar.gz freebsd-ports-gnome-fd96b5e857e4e97be1a7d20c6376afb9cf25dec5.tar.zst freebsd-ports-gnome-fd96b5e857e4e97be1a7d20c6376afb9cf25dec5.zip |
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')
-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 |