summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/lame/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab
index f176e88302ad..9271d2fc2780 100644
--- a/audio/lame/files/patch-ab
+++ b/audio/lame/files/patch-ab
@@ -5,7 +5,7 @@
* Disable floating point exepctions
*/
-#ifdef __FreeBSD__
-+#ifdef __FreeBSD__ && !defined(__alpha__)
++#if defined(__FreeBSD__) && !defined(__alpha__)
# include <floatingpoint.h>
{
/* seet floating point mask to the Linux default */