aboutsummaryrefslogtreecommitdiff
path: root/lang/gambas/files/patch-src_exec_gbx_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gambas/files/patch-src_exec_gbx_math.c')
-rw-r--r--lang/gambas/files/patch-src_exec_gbx_math.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gambas/files/patch-src_exec_gbx_math.c b/lang/gambas/files/patch-src_exec_gbx_math.c
deleted file mode 100644
index ec5833c9122e..000000000000
--- a/lang/gambas/files/patch-src_exec_gbx_math.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/exec/gbx_math.c.orig Fri Oct 28 17:25:37 2005
-+++ src/exec/gbx_math.c Mon Nov 7 23:35:25 2005
-@@ -27,6 +27,10 @@
- #include <math.h>
- #include <time.h>
- #include <sys/time.h>
-+#ifdef __FreeBSD__
-+# include <mathl.h>
-+# define modfl(a,b) modf(a,b)
-+#endif
-
- #include "gb_common.h"
- #include "gbx_math.h"