a5f53f5127
PR: 18119 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: maintainer
12 lines
306 B
Plaintext
12 lines
306 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__
|
|
+#ifdef __FreeBSD__ && !defined(__alpha__)
|
|
# include <floatingpoint.h>
|
|
{
|
|
/* seet floating point mask to the Linux default */
|