diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-22 09:49:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-22 09:49:19 +0000 |
commit | 8765e29b416df21cc1daa7af2fb95c744f560c60 (patch) | |
tree | 2dde963166b1628a0623a5432ada84729ae7f34c /audio/audacity | |
parent | 87fbf0fcc9e3826c9964c758186c7fe1347e9793 (diff) | |
download | ports-8765e29b416df21cc1daa7af2fb95c744f560c60.tar.gz ports-8765e29b416df21cc1daa7af2fb95c744f560c60.zip |
Notes
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 473fcc5880e4..612e61543f86 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -25,7 +25,7 @@ USE_LIBTOOL_VER= 15 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501103 +.if ${ARCH} == "i386" && ${OSVERSION} >= 501103 SSE_CFLAGS= -mno-sse -mno-sse2 .endif CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ |