X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b5dfb604e995d90d6728ad234acbb35ff3c1079f..86779dda6a14a08e871f34ce599350d21b9d6064:/packages/procps/Makefile.in.patch diff --git a/packages/procps/Makefile.in.patch b/packages/procps/Makefile.in.patch index 0697bd5d..0d3ccabd 100644 --- a/packages/procps/Makefile.in.patch +++ b/packages/procps/Makefile.in.patch @@ -1,23 +1,25 @@ -diff -u -r ../procps-ng-3.3.11/Makefile.in ./Makefile.in ---- ../procps-ng-3.3.11/Makefile.in 2015-08-09 03:57:07.937259593 -0400 -+++ ./Makefile.in 2015-12-15 06:46:35.530449934 -0500 -@@ -296,9 +296,11 @@ - tload_LDADD = $(LDADD) - tload_DEPENDENCIES = ./proc/libprocps.la +Bionic lacks strverscmp as well. + +diff -u -r ../procps-ng-3.3.12/Makefile.in ./Makefile.in +--- ../procps-ng-3.3.12/Makefile.in 2016-07-10 01:32:11.170237828 -0400 ++++ ./Makefile.in 2016-08-14 18:07:17.324636393 -0400 +@@ -112,7 +112,7 @@ + @WITH_NCURSES_TRUE@ watch.1 \ + @WITH_NCURSES_TRUE@ top/top.1 + +-@CYGWIN_TRUE@@WITH_NCURSES_TRUE@am__append_10 = lib/strverscmp.c ++@WITH_NCURSES_TRUE@am__append_10 = lib/strverscmp.c + @BUILD_SKILL_TRUE@am__append_11 = \ + @BUILD_SKILL_TRUE@ skill \ + @BUILD_SKILL_TRUE@ snice +@@ -308,8 +308,8 @@ + tload_DEPENDENCIES = ./proc/libprocps.la $(am__DEPENDENCIES_2) am__top_top_SOURCES_DIST = top/top.h top/top.c top/top_nls.h \ -+ top/strverscmp.c \ - top/top_nls.c lib/fileutils.c + top/top_nls.c lib/fileutils.c lib/strverscmp.c +-@CYGWIN_TRUE@@WITH_NCURSES_TRUE@am__objects_1 = \ +-@CYGWIN_TRUE@@WITH_NCURSES_TRUE@ lib/strverscmp.$(OBJEXT) ++@WITH_NCURSES_TRUE@am__objects_1 = \ ++@WITH_NCURSES_TRUE@ lib/strverscmp.$(OBJEXT) @WITH_NCURSES_TRUE@am_top_top_OBJECTS = top/top.$(OBJEXT) \ @WITH_NCURSES_TRUE@ top/top_nls.$(OBJEXT) \ -+@WITH_NCURSES_TRUE@ top/strverscmp.$(OBJEXT) \ - @WITH_NCURSES_TRUE@ lib/fileutils.$(OBJEXT) - top_top_OBJECTS = $(am_top_top_OBJECTS) - @WITH_NCURSES_TRUE@top_top_DEPENDENCIES = $(LDADD) \ -@@ -661,6 +663,7 @@ - @WITH_NCURSES_TRUE@top_top_SOURCES = \ - @WITH_NCURSES_TRUE@ top/top.h \ - @WITH_NCURSES_TRUE@ top/top.c \ -+@WITH_NCURSES_TRUE@ top/strverscmp.c \ - @WITH_NCURSES_TRUE@ top/top_nls.h \ - @WITH_NCURSES_TRUE@ top/top_nls.c \ - @WITH_NCURSES_TRUE@ lib/fileutils.c + @WITH_NCURSES_TRUE@ lib/fileutils.$(OBJEXT) $(am__objects_1)