summaryrefslogtreecommitdiff
path: root/audio/gqmpeg/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-10-11 03:11:49 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-10-11 03:11:49 +0000
commitf5760893fa713a563e35287101e430a8d7dc6262 (patch)
treee1fdb6bb50d2808153d1576339b1a7efc84d4364 /audio/gqmpeg/files/patch-ab
parentActivate the wmthemeinstall port. (diff)
Fix flaotingpoint error.
Notes
Notes: svn path=/head/; revision=22342
Diffstat (limited to '')
-rw-r--r--audio/gqmpeg/files/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gqmpeg/files/patch-ab b/audio/gqmpeg/files/patch-ab
new file mode 100644
index 000000000000..9f9e259ad949
--- /dev/null
+++ b/audio/gqmpeg/files/patch-ab
@@ -0,0 +1,18 @@
+--- main.c.orig Mon Oct 11 10:45:08 1999
++++ main.c Mon Oct 11 10:46:19 1999
+@@ -11,6 +11,7 @@
+
+ #include "config.h"
+ #include "gqmpeg.h"
++#include "floatingpoint.h"
+
+ static gint update_timeout_id = -1;
+
+@@ -693,6 +694,7 @@
+ GList *list_buf = NULL;
+ GList *playlist_buf = NULL;
+
++ fpsetmask(0);
+ init_vars();
+
+ /* setup random seed for shuffle mode */