diff options
author | naddy <naddy@FreeBSD.org> | 2005-01-15 16:38:09 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-01-15 16:38:09 +0000 |
commit | 4d8b01553998536069e37a0f66c577f133c7b1e3 (patch) | |
tree | 6b82bbdb018fd08730393a1d9902e2278cf51135 /audio/flac/Makefile | |
parent | 96b6d880766f28e4c0a475faf16307d62fedde90 (diff) | |
download | FreeBSD-ports-4d8b01553998536069e37a0f66c577f133c7b1e3.zip FreeBSD-ports-4d8b01553998536069e37a0f66c577f133c7b1e3.tar.gz |
Don't enable SSE code if sysctl hw.instruction_sse is 0.
Original bug report and testing by Bryan Levin <bryan.levin@gmail.com>.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 2ecba10..1264ef9 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -7,7 +7,7 @@ PORTNAME= flac PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |