aboutsummaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-07 16:06:47 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-07 16:06:47 +0000
commit20b9259c7d59d6b77c372ad275fdf3c9f03d1834 (patch)
tree0471a2db4cc6e4e8f99f4c7374227a4c003c3047 /audio/lame
parente2548f2fb4641ac820dd1e273a5a2600d90a702a (diff)
downloadports-20b9259c7d59d6b77c372ad275fdf3c9f03d1834.tar.gz
ports-20b9259c7d59d6b77c372ad275fdf3c9f03d1834.zip
Notes
Diffstat (limited to 'audio/lame')
-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 */