summaryrefslogtreecommitdiffhomepage
path: root/gmp-5.1.3.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-09 14:36:05 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-10 00:20:56 +0000
commit820be1bcb38273c0c7adc44b4a474c08273cdf61 (patch)
tree67e51517dce50e2877dc6c2c97969e8252dcfb3e /gmp-5.1.3.local.patch
parent4a634b84e63be8b31852c58b25017a61a4f523c7 (diff)
downloadmidipix_build-820be1bcb38273c0c7adc44b4a474c08273cdf61.tar.bz2
midipix_build-820be1bcb38273c0c7adc44b4a474c08273cdf61.tar.xz
General cleanup; user-visible changes: -a nt{32,64}, -b {debug,release}.
Diffstat (limited to 'gmp-5.1.3.local.patch')
-rw-r--r--gmp-5.1.3.local.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/gmp-5.1.3.local.patch b/gmp-5.1.3.local.patch
index 82bd47c0..ecee6b99 100644
--- a/gmp-5.1.3.local.patch
+++ b/gmp-5.1.3.local.patch
@@ -20,31 +20,3 @@ diff -ru a/configfsf.sub b/configfsf.sub
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
-diff -ru a/configure b/configure
---- a/configure 2013-09-30 06:18:33.000000000 -0400
-+++ b/configure 2015-05-28 00:18:20.160345295 -0400
-@@ -28684,7 +28684,7 @@
-
- echo "include_mpn(\`x86_64/darwin.m4')" >> $gmp_tmpconfigm4i
- ;;
-- *-*-mingw* | *-*-cygwin)
-+ *-*-mingw* | *-*-cygwin | *-*-midipix)
-
- echo "include_mpn(\`x86_64/dos64.m4')" >> $gmp_tmpconfigm4i
- ;;
-@@ -32457,3 +32457,15 @@
- ;;
- esac
- fi
-+
-+# a transitional workaround...
-+case $host_os in
-+ midipix*)
-+ cp $ac_confdir/libtool.midipix libtool || exit 2
-+
-+ sed -i -e 's/@cbb_host_os@/'$host'/g' \
-+ -e 's/@cbb_build_alias@/'$build_alias'/g' \
-+ -e 's/@cbb_build_os@/'$build_os'/g' \
-+ -e 's/@cbb_build@/'$build'/g' libtool || exit 2
-+ ;;
-+esac