summaryrefslogtreecommitdiff
path: root/audio/mpg123/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg123/files/patch-ab')
-rw-r--r--audio/mpg123/files/patch-ab25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/mpg123/files/patch-ab b/audio/mpg123/files/patch-ab
new file mode 100644
index 000000000000..638ff0c92c2a
--- /dev/null
+++ b/audio/mpg123/files/patch-ab
@@ -0,0 +1,25 @@
+--- mpg123.c.orig Tue Nov 24 08:46:40 1998
++++ mpg123.c Tue Nov 24 08:47:25 1998
+@@ -14,6 +14,10 @@
+ #include <sys/resource.h>
+ #endif
+
++#ifdef __FreeBSD__
++#include <floatingpoint.h>
++#endif
++
+ /* #define SET_PRIO */
+
+ #include "mpg123.h"
+@@ -652,6 +656,10 @@
+
+ #ifdef OS2
+ _wildcard(&argc,&argv);
++#endif
++
++#ifdef __FreeBSD__
++ fpsetmask(0);
+ #endif
+
+ if(sizeof(short) != 2) {
+