1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/lame/files/patch-ab
Chris Piazza a5f53f5127 Update to lame 3.70
PR:		18119
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by:	maintainer
2000-04-29 20:44:49 +00:00

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