Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/files/
Date: Tue, 14 Feb 2017 21:20:33
Message-Id: 1487107202.b1e78407cdca2d31fbbd9400812da3a182d4e1d5.monsieurp@gentoo
1 commit: b1e78407cdca2d31fbbd9400812da3a182d4e1d5
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 14 19:14:25 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:20:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e78407
7
8 www-client/elinks: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3970
11
12 .../elinks/files/elinks-0.11.5-makefile.patch | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/www-client/elinks/files/elinks-0.11.5-makefile.patch b/www-client/elinks/files/elinks-0.11.5-makefile.patch
16 deleted file mode 100644
17 index beab9a9349..0000000000
18 --- a/www-client/elinks/files/elinks-0.11.5-makefile.patch
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -diff -Naurp elinks-0.11.5-orig/Makefile.lib elinks-0.11.5/Makefile.lib
22 ---- elinks-0.11.5-orig/Makefile.lib 2008-11-30 13:30:08.000000000 +0100
23 -+++ elinks-0.11.5/Makefile.lib 2008-11-30 19:50:46.000000000 +0100
24 -@@ -95,9 +95,14 @@ endif
25 -
26 - # All files in $(OBJS) and any $(subdir)/lib.o are linked into lib.o.
27 - # Sort them to filter out duplicated and get uniform order.
28 -+SUBDIR_LIB_O_DEPS = \
29 -+ $(foreach subdir,$(sort $(SUBDIRS)),$(subdir)/$(LIB_O_NAME))
30 -+
31 - LIB_O_DEPS = \
32 -- $(sort $(filter-out $(LIB_O_NAME),$(OBJS))) \
33 -- $(foreach subdir,$(sort $(SUBDIRS)),$(wildcard $(subdir)/$(LIB_O_NAME)))
34 -+ $(sort $(filter-out $(LIB_O_NAME),$(OBJS))) $(SUBDIR_LIB_O_DEPS)
35 -+
36 -+$(SUBDIR_LIB_O_DEPS):
37 -+ @$(call ncmd,recmake,$(subst /$(LIB_O_NAME),,$@),all) || exit 1;
38 -
39 - $(LIB_O_NAME): $(LIB_O_DEPS)
40 - $(call cmd,ld_objs)
41 -@@ -222,7 +227,8 @@ $(RULES_LOCAL):
42 -
43 - # Default deps
44 - rule_deps = $(1)-recursive $(1)-default $(1)-local
45 --all: $(call rule_deps,all)
46 -+all: all-default all-local
47 -+ @$(MAKE) all-recursive
48 - install: $(call rule_deps,install)
49 - clean: $(call rule_deps,clean)
50 - cleanall: $(call rule_deps,cleanall)