summaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-07-01 12:55:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-07-01 12:55:26 +0000
commitb2843ecb4bd442e35ce9bd463660cb078e4f0e82 (patch)
tree2c479ff99fa1f0741f3b3c85d9926acfd00721e0 /audio/mpg123
parentFix possible core dump on healthdc with the "P" option. (diff)
Don't use -ffast-math, it doesn't work in -CURRENT on Alpha.
Notes
Notes: svn path=/head/; revision=62263
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa
index b0374222e627..390bf3bb0126 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
+