20b9259c7d
PR: 19024 Submitted by: Alexander Langer <alex@big.endian.de>
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
--- 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>
|
|
{
|
|
/* seet floating point mask to the Linux default */
|