aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ghc-bootstrap/gmpurl.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-02-13 14:02:08 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-02-13 14:38:02 +0200
commit8f4dda4aa062e44200b4e8457e6cc7244ed6c362 (patch)
tree8eac577a95e14d5f309768653e1b44eb4a11e69c /testing/ghc-bootstrap/gmpurl.patch
parent20fb208e2d61ef333f0ae1481eb687b6f641f59a (diff)
downloadaports-8f4dda4aa062e44200b4e8457e6cc7244ed6c362.tar.bz2
aports-8f4dda4aa062e44200b4e8457e6cc7244ed6c362.tar.xz
testing/ghc-bootstrap: updated to reflect actual bootstrap run
Diffstat (limited to 'testing/ghc-bootstrap/gmpurl.patch')
-rw-r--r--testing/ghc-bootstrap/gmpurl.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ghc-bootstrap/gmpurl.patch b/testing/ghc-bootstrap/gmpurl.patch
deleted file mode 100644
index 3f8b4e5ccc..0000000000
--- a/testing/ghc-bootstrap/gmpurl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r d72695b410e3 defs.sh
---- a/defs.sh Sun Jul 26 15:38:58 2015 -0400
-+++ b/defs.sh Sun Jan 31 23:18:18 2016 +0000
-@@ -221,7 +221,7 @@
- gccprereqs() {
- if [ ! -e gcc-$GCC_VERSION/gmp ]
- then
-- fetchextract http://gmplib.org/download/gmp/archive/ gmp-$GMP_VERSION .tar.bz2
-+ fetchextract http://gmplib.org/download/gmp/ gmp-$GMP_VERSION .tar.bz2
- mv gmp-$GMP_VERSION gcc-$GCC_VERSION/gmp
- fi
-