aboutsummaryrefslogtreecommitdiff
path: root/audio
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
parenta5f244f0402f4bb92bcf6b7611dfa707545009df (diff)
downloadports-c6e1047324504325a8890beb0e876f0ad98ae97b.tar.gz
ports-c6e1047324504325a8890beb0e876f0ad98ae97b.zip
Notes
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();