summaryrefslogtreecommitdiff
path: root/patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-12-08 02:41:02 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-12-08 02:41:02 (GMT)
commit2d3c70dd3ddc5a569c0fa1a833fd5920029b5794 (patch)
tree22ccd44378e386a8e72f6486728513ced4f0304a /patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch
parent8a87716fbfe1743ac4fecd11d5f31e02bbdcbe77 (diff)
parentcfd2a6b69c4945808ae153552e6978afb1273ef7 (diff)
Merge pull request #282 from bhundven/less_gcc_versions_part2
Less gcc versions part2
Diffstat (limited to 'patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch')
-rw-r--r--patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch b/patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch
deleted file mode 100644
index a4bb9f1..0000000
--- a/patches/ppl/0.11.1/200-fix-build-with-local-gmp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/m4/ac_check_gmp.m4~ 2011-02-27 04:07:47.000000000 -0500
-+++ b/m4/ac_check_gmp.m4 2013-07-10 19:57:35.894457259 -0400
-@@ -32,6 +32,9 @@
- with_libgmpxx_prefix="$with_libgmp_prefix"
- fi
- fi
-+CPPFLAGS="$CPPFLAGS -I$with_libgmp_prefix/include"
-+CXXFLAGS="$CXXFLAGS -I$with_libgmpxx_prefix/include"
-+LDFLAGS="$CPPFLAGS -L$with_libgmpxx_prefix/lib -L$with_libgmp_prefix/lib"
-
- AC_ARG_WITH(gmp-build,
- AS_HELP_STRING([--with-gmp-build=DIR],
---- a/configure~ 2011-02-27 04:07:47.000000000 -0500
-+++ b/configure 2013-07-10 19:57:35.894457259 -0400
-@@ -10217,6 +10217,9 @@
- with_libgmpxx_prefix="$with_libgmp_prefix"
- fi
- fi
-+CPPFLAGS="$CPPFLAGS -I$with_libgmp_prefix/include"
-+CXXFLAGS="$CXXFLAGS -I$with_libgmpxx_prefix/include"
-+LDFLAGS="$CPPFLAGS -L$with_libgmpxx_prefix/lib -L$with_libgmp_prefix/lib"
-
-
- # Check whether --with-gmp-build was given.