summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-01 12:55:26 +0000
committerdes <des@FreeBSD.org>2002-07-01 12:55:26 +0000
commitaa0fc3ff0849c04ded5044e99fa014e578cf85c3 (patch)
tree59a30e97a70ceb28ef0b2925de3551d8d94e9589 /audio
parentcf209bb588318900439bce3d14bee7c6e559507d (diff)
downloadFreeBSD-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-aa2
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
+
OpenPOWER on IntegriCloud