naota 15/06/30 01:03:49 Added: newt-0.52.15-makefile.patch Log: dev-libs/newt: add a patch to fix parallel make failure #553338 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.1 dev-libs/newt/files/newt-0.52.15-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/files/newt-0.52.15-makefile.patch?rev=1.1&view=markup 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 Index: newt-0.52.15-makefile.patch =================================================================== diff --git a/Makefile.in b/Makefile.in index 4ae284b..cd5c4a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -127,7 +127,7 @@ $(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS) ln -fs $(LIBNEWTSONAME) libnewt.so ln -fs $(LIBNEWTSH) $(LIBNEWTSONAME) -$(SHAREDDIR)/%.o : %.c +$(SHAREDDIR)/%.o : %.c $(SHAREDDIR) $(CC) $(SHCFLAGS) -c $(CFLAGS) $(CPPFLAGS) -o $@ $< install: $(LIBNEWT) install-sh whiptail
