diff options
author | Luka Perkov <luka@openwrt.org> | 2013-02-28 00:52:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-02-28 00:52:36 +0000 |
commit | d8f57c4e6cec6e34a4b65f5f45e5dcea2b438fdc (patch) | |
tree | 0f8be4b335c25d750c3e6fe21db098552b877b96 /tools/mpfr/patches/001-no_tests.patch | |
parent | 71978cf105a158cc682049c203bd0739ed3ac356 (diff) | |
download | upstream-d8f57c4e6cec6e34a4b65f5f45e5dcea2b438fdc.tar.gz upstream-d8f57c4e6cec6e34a4b65f5f45e5dcea2b438fdc.tar.bz2 upstream-d8f57c4e6cec6e34a4b65f5f45e5dcea2b438fdc.zip |
mpfr: upgrade to 3.1.1
SVN-Revision: 35828
Diffstat (limited to 'tools/mpfr/patches/001-no_tests.patch')
-rw-r--r-- | tools/mpfr/patches/001-no_tests.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/mpfr/patches/001-no_tests.patch b/tools/mpfr/patches/001-no_tests.patch deleted file mode 100644 index 08c1a4ff46..0000000000 --- a/tools/mpfr/patches/001-no_tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: mpfr-3.0.0/Makefile.am -=================================================================== ---- mpfr-3.0.0.orig/Makefile.am -+++ mpfr-3.0.0/Makefile.am -@@ -12,7 +12,7 @@ - AUTOMAKE_OPTIONS = gnu ansi2knr - ACLOCAL_AMFLAGS = -I m4 - --SUBDIRS = tests -+SUBDIRS = - - nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \ - examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ -Index: mpfr-3.0.0/Makefile.in -=================================================================== ---- mpfr-3.0.0.orig/Makefile.in -+++ mpfr-3.0.0/Makefile.in -@@ -357,7 +357,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = gnu ansi2knr - ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = tests -+SUBDIRS = - nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \ - examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ - examples/version.c |