summaryrefslogtreecommitdiff
path: root/audio/timidity++
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-21 00:53:22 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-21 00:53:22 +0000
commitc6e1047324504325a8890beb0e876f0ad98ae97b (patch)
tree1cf294188ebc509fe48af1dc86b9ac5cdf7a520f /audio/timidity++
parentAdd missing line continuation character in LIB_DEPENDS. (diff)
Properly disable fp calls on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=31800
Diffstat (limited to 'audio/timidity++')
-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();