aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ntl/files/ntl-5.4.2-singular.patch')
-rw-r--r--dev-libs/ntl/files/ntl-5.4.2-singular.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/ntl/files/ntl-5.4.2-singular.patch b/dev-libs/ntl/files/ntl-5.4.2-singular.patch
deleted file mode 100644
index 9f0d13140..000000000
--- a/dev-libs/ntl/files/ntl-5.4.2-singular.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/NTL/new.h.orig 2008-05-06 21:56:16.000000000 +1200
-+++ include/NTL/new.h 2008-05-06 21:56:33.000000000 +1200
-@@ -12,7 +12,8 @@
-
- #include <new>
-
--#define NTL_NEW_OP new (std::nothrow)
-+// uncommenting std::nothrow makes this ntl work properly with Singular
-+#define NTL_NEW_OP new //(std::nothrow)
-
-
- #else