aboutsummaryrefslogtreecommitdiffstats
path: root/audio/timidity++
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-07-31 02:05:24 +0800
committersteve <steve@FreeBSD.org>2000-07-31 02:05:24 +0800
commitedcbf83ef44ffdce1371877f99f7bc95378a9c24 (patch)
treefdaf967956032fc400827e0074b2d1f94fe910c9 /audio/timidity++
parentd2f5e059eedf5d0263b8a4318c73eeb4af9393f3 (diff)
downloadfreebsd-ports-gnome-edcbf83ef44ffdce1371877f99f7bc95378a9c24.tar.gz
freebsd-ports-gnome-edcbf83ef44ffdce1371877f99f7bc95378a9c24.tar.zst
freebsd-ports-gnome-edcbf83ef44ffdce1371877f99f7bc95378a9c24.zip
Fix this port so that it builds on the Alpha again.
Diffstat (limited to 'audio/timidity++')
-rw-r--r--audio/timidity++/files/patch-ab15
1 files changed, 12 insertions, 3 deletions
diff --git a/audio/timidity++/files/patch-ab b/audio/timidity++/files/patch-ab
index 1115e700f10e..bf48de3dc7de 100644
--- a/audio/timidity++/files/patch-ab
+++ b/audio/timidity++/files/patch-ab
@@ -1,6 +1,6 @@
---- 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 @@
+--- timidity/timidity.c.orig Tue Jul 4 02:53:35 2000
++++ timidity/timidity.c Fri Jul 21 19:57:23 2000
+@@ -43,7 +43,7 @@
#endif /* BORLANDC_EXCEPTION */
#include <signal.h>
@@ -9,3 +9,12 @@
#include <floatingpoint.h> /* For FP exceptions */
#endif
+@@ -2754,7 +2754,7 @@
+ int i;
+ static int drums[] = DEFAULT_DRUMCHANNELS;
+ static int is_first = 1;
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) && !defined(alpha)
+ fp_except_t fpexp;
+
+ fpexp = fpgetmask();