chiark / gitweb /
cvs: Add package
[termux-packages] / packages / procps / Makefile.in.patch
1 diff -u -r ../procps-ng-3.3.11/Makefile.in ./Makefile.in
2 --- ../procps-ng-3.3.11/Makefile.in     2015-08-09 03:57:07.937259593 -0400
3 +++ ./Makefile.in       2015-12-15 06:46:35.530449934 -0500
4 @@ -296,9 +296,11 @@
5  tload_LDADD = $(LDADD)
6  tload_DEPENDENCIES = ./proc/libprocps.la
7  am__top_top_SOURCES_DIST = top/top.h top/top.c top/top_nls.h \
8 +        top/strverscmp.c \
9         top/top_nls.c lib/fileutils.c
10  @WITH_NCURSES_TRUE@am_top_top_OBJECTS = top/top.$(OBJEXT) \
11  @WITH_NCURSES_TRUE@    top/top_nls.$(OBJEXT) \
12 +@WITH_NCURSES_TRUE@    top/strverscmp.$(OBJEXT) \
13  @WITH_NCURSES_TRUE@    lib/fileutils.$(OBJEXT)
14  top_top_OBJECTS = $(am_top_top_OBJECTS)
15  @WITH_NCURSES_TRUE@top_top_DEPENDENCIES = $(LDADD) \
16 @@ -661,6 +663,7 @@
17  @WITH_NCURSES_TRUE@top_top_SOURCES = \
18  @WITH_NCURSES_TRUE@    top/top.h \
19  @WITH_NCURSES_TRUE@    top/top.c \
20 +@WITH_NCURSES_TRUE@    top/strverscmp.c \
21  @WITH_NCURSES_TRUE@    top/top_nls.h \
22  @WITH_NCURSES_TRUE@    top/top_nls.c \
23  @WITH_NCURSES_TRUE@    lib/fileutils.c