/[gentoo-x86]/www-client/lynx/files/lynx-2.8.8_pre12-jobserver.patch
Gentoo

Contents of /www-client/lynx/files/lynx-2.8.8_pre12-jobserver.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Jun 24 07:32:09 2012 UTC (11 months, 3 weeks ago) by flameeyes
Branch: MAIN
CVS Tags: HEAD
Add patch to solve 'jobserver unavailable' issues (and increase parallel build).

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 Index: lynx2-8-8/makefile.in
2 ===================================================================
3 --- lynx2-8-8.orig/makefile.in
4 +++ lynx2-8-8/makefile.in
5 @@ -196,9 +196,9 @@ binary_PROG = $(actual_PROG)$x
6
7 all lynx$x: cfg_defs.h LYHelp.h
8 @MSG_DIR_MAKE@ $(SHELL) $(scripts_dir)/fixtext.sh $(srcdir)/LYMessages_en.h >LYMessages.c
9 -@MSG_DIR_MAKE@ cd $(PO_DIR) && $(MAKE_RECUR)
10 - cd $(WWW_DIR) && $(MAKE_RECUR) $(WWW_CFLAGS)
11 - cd $(SRC_DIR) && $(MAKE_RECUR) all $(SRC_CFLAGS)
12 +@MSG_DIR_MAKE@ $(MAKE_RECUR) -C $(PO_DIR)
13 + $(MAKE_RECUR) -C $(WWW_DIR) $(WWW_CFLAGS)
14 + $(MAKE_RECUR) -C $(SRC_DIR) all $(SRC_CFLAGS)
15
16 lint:
17 cd $(WWW_DIR) && $(MAKE_RECUR) LINT="$(LINT)" $(WWW_CFLAGS) $@
18 @@ -317,7 +317,7 @@ install-full: install install-help insta
19 @echo Full installation complete.
20
21 install-bin: $(BINDIR) lynx$x
22 -@MSG_DIR_MAKE@ cd $(PO_DIR) && $(MAKE_RECUR) install
23 +@MSG_DIR_MAKE@ $(MAKE_RECUR) -C $(PO_DIR) install
24 @ECHO_CC@$(SHELL) -c \
25 'if test -f $(BINDIR)/$(binary_PROG) ; then \
26 mv -f $(BINDIR)/$(binary_PROG) $(BINDIR)/lynx.old; fi'

  ViewVC Help
Powered by ViewVC 1.1.20