1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/timidity++/files/patch-ab
1999-09-20 02:34:31 +00:00

12 lines
315 B
Plaintext

--- timidity/timidity.c.orig Sat Sep 18 15:39:51 1999
+++ timidity/timidity.c Sat Sep 18 15:40:21 1999
@@ -2444,7 +2444,7 @@
{
int i;
static int drums[] = DEFAULT_DRUMCHANNELS;
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) && !defined(__alpha__)
fp_except_t fpexp;
fpexp = fpgetmask();