aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-21 08:53:22 +0800
committersteve <steve@FreeBSD.org>2000-08-21 08:53:22 +0800
commit10fead19e4b5f0bbbf20654acd63ba2f8214125e (patch)
tree6a113b4cf026fcf87c0c44cb38d4a88614377581 /audio
parent0d9f1c9de9cf26fdcb8b21ddc5767759f2ee2e07 (diff)
downloadfreebsd-ports-gnome-10fead19e4b5f0bbbf20654acd63ba2f8214125e.tar.gz
freebsd-ports-gnome-10fead19e4b5f0bbbf20654acd63ba2f8214125e.tar.zst
freebsd-ports-gnome-10fead19e4b5f0bbbf20654acd63ba2f8214125e.zip
Properly disable fp calls on FreeBSD/Alpha.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/timidity++/files/patch-ab b/audio/timidity++/files/patch-ab
index bf48de3dc7de..0b99e678fc03 100644
--- a/audio/timidity++/files/patch-ab
+++ b/audio/timidity++/files/patch-ab
@@ -14,7 +14,7 @@
static int drums[] = DEFAULT_DRUMCHANNELS;
static int is_first = 1;
-#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) && !defined(alpha)
++#if defined(__FreeBSD__) && !defined(__alpha__)
fp_except_t fpexp;
fpexp = fpgetmask();