aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/dmd/files/2.068-replace-bits-mathdef-h.patch')
-rw-r--r--dev-lang/dmd/files/2.068-replace-bits-mathdef-h.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/dmd/files/2.068-replace-bits-mathdef-h.patch b/dev-lang/dmd/files/2.068-replace-bits-mathdef-h.patch
deleted file mode 100644
index a7be832..0000000
--- a/dev-lang/dmd/files/2.068-replace-bits-mathdef-h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- dmd2/dmd/src/root/port.c
-+++ dmd2/dmd/src/root/port.c
-@@ -583,8 +583,7 @@
-
- #include <math.h>
- #if __linux__
--#include <bits/nan.h>
--#include <bits/mathdef.h>
-+#include <complex.h>
- #endif
- #if __FreeBSD__ && __i386__
- #include <ieeefp.h>