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 | |
parent | Add netbeans3 after what looks like a repocopy from netbeans (diff) |
- Limit SSE CFLAGS to i386 only
PR: ports/75367
Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=124810
Diffstat (limited to 'audio')
-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}" \ |