Initial push
[termux-packages] / packages / procps / top-makefile.in.patch
1 diff -u -r ../procps-ng-3.3.9/top/Makefile.in ./top/Makefile.in
2 --- ../procps-ng-3.3.9/top/Makefile.in 2013-12-03 12:23:23.293820882 +0100
3 +++ ./top/Makefile.in 2014-07-06 07:50:12.794907542 +0200
4 @@ -103,8 +103,10 @@
5 "$(DESTDIR)$(procpsngdir)"
6 PROGRAMS = $(usrbin_exec_PROGRAMS)
7 am__top_SOURCES_DIST = top.h top.c top_nls.h top_nls.c \
8 + strverscmp.c \
9 $(top_srcdir)/lib/fileutils.c
10 @WITH_NCURSES_TRUE@am_top_OBJECTS = top.$(OBJEXT) top_nls.$(OBJEXT) \
11 +@WITH_NCURSES_TRUE@ strverscmp.$(OBJEXT) \
12 @WITH_NCURSES_TRUE@ fileutils.$(OBJEXT)
13 top_OBJECTS = $(am_top_OBJECTS)
14 top_DEPENDENCIES =
15 @@ -359,6 +361,7 @@
16 @WITH_NCURSES_TRUE@top_SOURCES = \
17 @WITH_NCURSES_TRUE@ top.h \
18 @WITH_NCURSES_TRUE@ top.c \
19 +@WITH_NCURSES_TRUE@ strverscmp.c \
20 @WITH_NCURSES_TRUE@ top_nls.h \
21 @WITH_NCURSES_TRUE@ top_nls.c \
22 @WITH_NCURSES_TRUE@ $(top_srcdir)/lib/fileutils.c