mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2975b7bf34
Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others)
25 lines
384 B
Plaintext
25 lines
384 B
Plaintext
--- mpg123.c.orig Tue Jan 26 12:47:05 1999
|
|
+++ mpg123.c Mon Feb 1 14:03:44 1999
|
|
@@ -20,6 +20,10 @@
|
|
#include <sched.h>
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <floatingpoint.h>
|
|
+#endif
|
|
+
|
|
#include "mpg123.h"
|
|
#include "getlopt.h"
|
|
|
|
@@ -723,6 +727,10 @@
|
|
|
|
#ifdef OS2
|
|
_wildcard(&argc,&argv);
|
|
+#endif
|
|
+
|
|
+#ifdef __FreeBSD__
|
|
+ fpsetmask(0);
|
|
#endif
|
|
|
|
if(sizeof(short) != 2) {
|