diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-05-22 21:25:35 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-05-22 21:27:44 +0200 |
commit | 33b81b572148e2de52fbcb986e238c2efbd1939f (patch) | |
tree | 12708cdf244d405c27bc7df1a3e08d57df6fa8e5 /tools/bc/patches | |
parent | 0111b86f1db501d57bfee8a313fe5bebdf8b2ed9 (diff) | |
download | upstream-33b81b572148e2de52fbcb986e238c2efbd1939f.tar.gz upstream-33b81b572148e2de52fbcb986e238c2efbd1939f.tar.bz2 upstream-33b81b572148e2de52fbcb986e238c2efbd1939f.zip |
Revert "bc: update to 1.07.1"
This reverts commit 0111b86f1db501d57bfee8a313fe5bebdf8b2ed9 as it
breaks on Linux distributions without ed support
./fix-libmath_h: line 1: ed: command not found
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'tools/bc/patches')
-rw-r--r-- | tools/bc/patches/001-no_doc.patch | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/tools/bc/patches/001-no_doc.patch b/tools/bc/patches/001-no_doc.patch index 119f111f49..50deee8c89 100644 --- a/tools/bc/patches/001-no_doc.patch +++ b/tools/bc/patches/001-no_doc.patch @@ -1,5 +1,6 @@ ---- a/Makefile.am -+++ b/Makefile.am +diff -urN bc-1.06.95/Makefile.am bc-1.06.95.new/Makefile.am +--- bc-1.06.95/Makefile.am 2005-05-27 01:05:41.000000000 +0100 ++++ bc-1.06.95.new/Makefile.am 2013-07-09 09:33:31.521490710 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -7,15 +8,16 @@ +SUBDIRS = lib bc dc MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ - stamp-h $(distdir).tar.gz h/number.h depcomp missing \ ---- a/Makefile.in -+++ b/Makefile.in -@@ -288,7 +288,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ + stamp-h $(distdir).tar.gz h/number.h depcomp missing +diff -urN bc-1.06.95/Makefile.in bc-1.06.95.new/Makefile.in +--- bc-1.06.95/Makefile.in 2006-09-05 03:39:30.000000000 +0100 ++++ bc-1.06.95.new/Makefile.in 2013-07-09 09:33:28.565490767 +0100 +@@ -149,7 +149,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -SUBDIRS = lib bc dc doc +SUBDIRS = lib bc dc MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ - stamp-h $(distdir).tar.gz h/number.h depcomp missing \ - bc/libmath.h + stamp-h $(distdir).tar.gz h/number.h depcomp missing + |