freebsd-ports/audio/lame/files/patch-ab
Will Andrews 20b9259c7d Fix improper #ifdef.
PR:		19024
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-07 16:06:47 +00:00

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 */