mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
11 lines
314 B
Text
11 lines
314 B
Text
--- timidity/timidity.c.orig Fri Nov 19 10:11:24 1999
|
|
+++ timidity/timidity.c Wed Nov 24 17:15:31 1999
|
|
@@ -45,7 +45,7 @@
|
|
#endif /* BORLANDC_EXCEPTION */
|
|
#include <signal.h>
|
|
|
|
-#if defined(__FreeBSD__)
|
|
+#if defined(__FreeBSD__) && !defined(__alpha__)
|
|
#include <floatingpoint.h> /* For FP exceptions */
|
|
#endif
|
|
|