diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-05 16:58:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-05 16:58:10 +0000 |
commit | a854d5c4c96680bd72ee35c20cd2a297d7db546f (patch) | |
tree | ce561b98e0b379f0c4772299bf22fa942430008a /tools/mpfr/patches/001-only_src.patch | |
parent | d49242aae290a8f3d0bc84455ec9b8bda30c813c (diff) | |
download | upstream-a854d5c4c96680bd72ee35c20cd2a297d7db546f.tar.gz upstream-a854d5c4c96680bd72ee35c20cd2a297d7db546f.tar.bz2 upstream-a854d5c4c96680bd72ee35c20cd2a297d7db546f.zip |
tools: Fix mpfr build on FreeBSD 10.1
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44279
Diffstat (limited to 'tools/mpfr/patches/001-only_src.patch')
-rw-r--r-- | tools/mpfr/patches/001-only_src.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpfr/patches/001-only_src.patch b/tools/mpfr/patches/001-only_src.patch index e6579b2118..51a75b44b5 100644 --- a/tools/mpfr/patches/001-only_src.patch +++ b/tools/mpfr/patches/001-only_src.patch @@ -11,7 +11,7 @@ examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ --- a/Makefile.in +++ b/Makefile.in -@@ -294,7 +294,7 @@ top_builddir = @top_builddir@ +@@ -295,7 +295,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = gnu ACLOCAL_AMFLAGS = -I m4 |