summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 01:29:53 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 01:29:53 +0000
commit73d2b8f97ec07ac376752f4b063c210b17b831e6 (patch)
tree50b7c6d1ef86705e4842f02cbcc6516ccbad8fb7 /audio
parentSteal a few lines from the Linux/Alpha book so we can have this port on (diff)
We don't have a fp_* cruft on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=21792
Diffstat (limited to 'audio')
-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();