Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/newt/files: newt-0.52.15-makefile.patch
Date: Tue, 30 Jun 2015 01:04:04
Message-Id: 20150630010350.0244C74A@oystercatcher.gentoo.org
1 naota 15/06/30 01:03:49
2
3 Added: newt-0.52.15-makefile.patch
4 Log:
5 dev-libs/newt: add a patch to fix parallel make failure #553338
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.1 dev-libs/newt/files/newt-0.52.15-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/files/newt-0.52.15-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/files/newt-0.52.15-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: newt-0.52.15-makefile.patch
16 ===================================================================
17 diff --git a/Makefile.in b/Makefile.in
18 index 4ae284b..cd5c4a7 100644
19 --- a/Makefile.in
20 +++ b/Makefile.in
21 @@ -127,7 +127,7 @@ $(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS)
22 ln -fs $(LIBNEWTSONAME) libnewt.so
23 ln -fs $(LIBNEWTSH) $(LIBNEWTSONAME)
24
25 -$(SHAREDDIR)/%.o : %.c
26 +$(SHAREDDIR)/%.o : %.c $(SHAREDDIR)
27 $(CC) $(SHCFLAGS) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
28
29 install: $(LIBNEWT) install-sh whiptail