forked from Lainports/freebsd-ports
11 lines
311 B
Text
11 lines
311 B
Text
--- 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 */
|