summaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/files/patch-aa')
-rw-r--r--lang/smalltalk/files/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/smalltalk/files/patch-aa b/lang/smalltalk/files/patch-aa
deleted file mode 100644
index b7e56afb64cc..000000000000
--- a/lang/smalltalk/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- libgst/lex.c.orig Wed Dec 27 18:43:24 2000
-+++ libgst/lex.c Sat Feb 10 10:11:18 2001
-@@ -52,6 +52,9 @@
- #include <stdio.h>
- #include <ctype.h>
- #include <math.h>
-+#if defined(__FreeBSD__)
-+#include <floatingpoint.h>
-+#endif
-
- #ifdef HAVE_READLINE
- #include <readline/readline.h>
-@@ -764,6 +767,9 @@
- if (isNegative) {
- num = -num;
- }
-+#if defined(__FreeBSD__)
-+ fpsetmask(0);
-+#endif
-
- if (isFloat) {
- lvalp->fval = num;