Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/wcalc/files: wcalc-2.3.1-parallel-build.patch
Date: Sat, 11 Oct 2008 10:50:30
Message-Id: E1Koc3H-0001lA-Kl@stork.gentoo.org
1 markusle 08/10/11 10:50:27
2
3 Added: wcalc-2.3.1-parallel-build.patch
4 Log:
5 Added patch to fix parallel build issues (bug #241176).
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.1 sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch?rev=1.1&content-type=text/plain
13
14 Index: wcalc-2.3.1-parallel-build.patch
15 ===================================================================
16 diff -Naur Wcalc-2.3.1/Makefile.am Wcalc-2.3.1.new/Makefile.am
17 --- Wcalc-2.3.1/Makefile.am 2007-02-25 21:09:18.000000000 -0500
18 +++ Wcalc-2.3.1.new/Makefile.am 2008-10-11 06:38:08.000000000 -0400
19 @@ -1,6 +1,7 @@
20 bin_PROGRAMS = wcalc
21 AM_YFLAGS = -dt
22 #AM_LFLAGS = -w
23 +BUILT_SOURCES = parser.c
24 wcalc_SOURCES = calculator.h variables.h string_manip.h help.h parser.y \
25 string_manip.h historyManager.h files.h conversion.h \
26 scanner.l help.c calculator.c string_manip.c historyManager.c \