Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/flint/files: flint-2.4.4-test.patch
Date: Wed, 02 Jul 2014 11:11:02
Message-Id: 20140702111057.7352E2004E@flycatcher.gentoo.org
1 hasufell 14/07/02 11:10:57
2
3 Added: flint-2.4.4-test.patch
4 Log:
5 fix NTL test build wrt #516028
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 sci-mathematics/flint/files/flint-2.4.4-test.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.4-test.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.4-test.patch?rev=1.1&content-type=text/plain
14
15 Index: flint-2.4.4-test.patch
16 ===================================================================
17 commit 5e3d4a0504158f70d227e7cfc03985fe9a646797
18 Author: hasufell <hasufell@××××××××.de>
19 Date: Wed Jul 2 12:58:50 2014 +0200
20
21 Fix NTL test build
22
23 diff --git a/Makefile.in b/Makefile.in
24 index 6dda689..e9de7da 100644
25 --- a/Makefile.in
26 +++ b/Makefile.in
27 @@ -214,7 +214,7 @@ build/interfaces/NTL-interface.o: interfaces/NTL-interface.cpp NTL-interface.h
28 $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) -c $< -o $@;
29
30 build/interfaces/test/t-NTL-interface$(EXEEXT): interfaces/test/t-NTL-interface.cpp
31 - $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< build/interfaces/NTL-interface.o -o $@ $(LIBS);
32 + $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< build/interfaces/NTL-interface.lo -o $@ $(LIBS);
33
34 print-%:
35 @echo '$*=$($*)'