summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/Macaulay2/files/gentoo-factory-1.3b.diff')
-rw-r--r--sci-mathematics/Macaulay2/files/gentoo-factory-1.3b.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-mathematics/Macaulay2/files/gentoo-factory-1.3b.diff b/sci-mathematics/Macaulay2/files/gentoo-factory-1.3b.diff
deleted file mode 100644
index d600ce003f54..000000000000
--- a/sci-mathematics/Macaulay2/files/gentoo-factory-1.3b.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -U 4 -H -d -r -N -- factory-org/cf_gmp.h factory/cf_gmp.h
---- factory-org/cf_gmp.h 2001-06-25 09:51:46.000000000 +0200
-+++ factory/cf_gmp.h 2004-04-27 20:46:57.155187816 +0200
-@@ -5,9 +5,7 @@
- #define INCL_CF_GMP_H
-
- #include <config.h>
-
--extern "C" {
- #include <gmp.h>
--}
-
- #endif /* ! INCL_CF_GMP_H */
---- factory/cf_random.h 2001-06-25 09:51:46.000000000 +0200
-+++ factory.new/cf_random.h 2004-12-13 11:25:04.000000000 +0100
-@@ -62,6 +62,8 @@
- ~AlgExtRandomF();
- CanonicalForm generate() const;
- CFRandom * clone() const;
-+
-+ friend CFFList FpFactorizeUnivariateCZ(const CanonicalForm&, bool, int, Variable, Variable);
- };
-
- class CFRandomFactory {