diff options
author | des <des@FreeBSD.org> | 2002-07-01 12:55:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-07-01 12:55:26 +0000 |
commit | aa0fc3ff0849c04ded5044e99fa014e578cf85c3 (patch) | |
tree | 59a30e97a70ceb28ef0b2925de3551d8d94e9589 /audio | |
parent | cf209bb588318900439bce3d14bee7c6e559507d (diff) | |
download | FreeBSD-ports-aa0fc3ff0849c04ded5044e99fa014e578cf85c3.zip FreeBSD-ports-aa0fc3ff0849c04ded5044e99fa014e578cf85c3.tar.gz |
Don't use -ffast-math, it doesn't work in -CURRENT on Alpha.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa index b037422..390bf3b 100644 --- a/audio/mpg123/files/patch-aa +++ b/audio/mpg123/files/patch-aa @@ -56,7 +56,7 @@ +.endif +.endif +.elif ${MACHINE_ARCH} == "alpha" -+ARCHOPT= -funroll-loops -ffast-math ++ARCHOPT= -funroll-loops +ARCHFILES= decode.o dct64.o +.endif + |