summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-04-24 17:24:57 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-04-24 17:41:33 -0400
commit16bf0e7f6968b4a6eff5a3139a79d26871a37037 (patch)
tree0e48a014a2a2d683879ec1883783340b0609a158 /dev-libs/ntl/files/ntl-9.2.0-singular.patch
parentapp-portage/gs-elpa: Add python 3.7, 3.8 to PYTHON_COMPAT (diff)
downloadgentoo-16bf0e7f6968b4a6eff5a3139a79d26871a37037.tar.gz
gentoo-16bf0e7f6968b4a6eff5a3139a79d26871a37037.tar.bz2
gentoo-16bf0e7f6968b4a6eff5a3139a79d26871a37037.zip
dev-libs/ntl: remove old "unused" versions.
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-libs/ntl/files/ntl-9.2.0-singular.patch')
-rw-r--r--dev-libs/ntl/files/ntl-9.2.0-singular.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/ntl/files/ntl-9.2.0-singular.patch b/dev-libs/ntl/files/ntl-9.2.0-singular.patch
deleted file mode 100644
index 58f9491c12a0..000000000000
--- a/dev-libs/ntl/files/ntl-9.2.0-singular.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Modfiy new.h to accomodate Singular.
---- src.orig/include/NTL/new.h 2012-08-06 17:12:25.658913083 +0200
-+++ src/include/NTL/new.h 2012-08-06 17:11:15.002915713 +0200
-@@ -12,7 +12,8 @@
- #include <NTL/config.h>
- #include <new>
-
--#define NTL_NEW_OP new (std::nothrow)
-+// commenting std::nothrow makes this ntl work properly with Singular
-+#define NTL_NEW_OP new //(std::nothrow)
-
-
- #endif