diff options
Diffstat (limited to 'audio/lame/files/patch-ab')
-rw-r--r-- | audio/lame/files/patch-ab | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab index fb990c627bd9..f176e88302ad 100644 --- a/audio/lame/files/patch-ab +++ b/audio/lame/files/patch-ab @@ -1,11 +1,11 @@ ---- lame.c.orig Fri Nov 12 01:44:46 1999 -+++ lame.c Fri Nov 12 01:44:35 1999 -@@ -1288,7 +1288,7 @@ - void lame_init(int nowrite) - { - +--- lame.c.orig Thu Apr 20 01:48:22 2000 ++++ lame.c Thu Apr 20 01:49:04 2000 +@@ -1196,7 +1196,7 @@ + /* + * Disable floating point exepctions + */ -#ifdef __FreeBSD__ -+#if defined (__FreeBSD__) && !defined(__alpha__) - #include <floatingpoint.h> ++#ifdef __FreeBSD__ && !defined(__alpha__) + # include <floatingpoint.h> { /* seet floating point mask to the Linux default */ |