1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/mpg123/files/patch-ab
Joseph Koshy 2975b7bf34 Update to v0.59q.
Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others)
1999-02-01 09:01:09 +00:00

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) {