aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/lame/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab
new file mode 100644
index 000000000000..c288040990fc
--- /dev/null
+++ b/audio/lame/files/patch-ab
@@ -0,0 +1,11 @@
+--- musicin.c.orig Sat Sep 18 14:46:40 1999
++++ musicin.c Sat Sep 18 14:47:01 1999
+@@ -1067,7 +1067,7 @@
+ int model, stereo;
+ layer info;
+
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) && !defined(__alpha__)
+ {
+ fp_except_t mask;
+ mask=fpgetmask();