aboutsummaryrefslogtreecommitdiffstats
path: root/audio/timidity++/files/patch-ab
blob: 49143651ffb733c5239ef96eee6b950e9c74d636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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();