Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ffcall/files: ffcall-make-jN.patch
Date: Tue, 24 Aug 2010 11:33:44
Message-Id: 20100824113340.37AA220051@flycatcher.gentoo.org
1 voyageur 10/08/24 11:33:40
2
3 Added: ffcall-make-jN.patch
4 Log:
5 Finally fix bug #298348, patch from PLD
6
7 (Portage version: 2.2_rc68/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/ffcall/files/ffcall-make-jN.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ffcall/files/ffcall-make-jN.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ffcall/files/ffcall-make-jN.patch?rev=1.1&content-type=text/plain
14
15 Index: ffcall-make-jN.patch
16 ===================================================================
17 --- ffcall-1.10/callback/Makefile.in~ 2003-10-01 21:46:19.000000000 +0200
18 +++ ffcall-1.10/callback/Makefile.in 2007-12-18 21:10:51.302118000 +0100
19 @@ -51,6 +51,10 @@
20 all-subdirs : force
21 cd @subdir@; $(MAKE) all
22
23 +vacall_r/libvacall.la: all-subdirs
24 +
25 +trampoline_r/libtrampoline.la: all-subdirs
26 +
27 callback.h :
28 $(LN_S) $(srcdir)/callback.h.in callback.h