hasufell    14/07/02 11:10:57

  Added:                flint-2.4.4-test.patch
  Log:
  fix NTL test build wrt #516028
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.1                  sci-mathematics/flint/files/flint-2.4.4-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.4-test.patch?rev=1.1&view=markup
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

Index: flint-2.4.4-test.patch
===================================================================
commit 5e3d4a0504158f70d227e7cfc03985fe9a646797
Author: hasufell <[email protected]>
Date:   Wed Jul 2 12:58:50 2014 +0200

    Fix NTL test build

diff --git a/Makefile.in b/Makefile.in
index 6dda689..e9de7da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -214,7 +214,7 @@ build/interfaces/NTL-interface.o: 
interfaces/NTL-interface.cpp NTL-interface.h
        $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) -c $< -o $@;
 
 build/interfaces/test/t-NTL-interface$(EXEEXT): 
interfaces/test/t-NTL-interface.cpp
-       $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< 
build/interfaces/NTL-interface.o -o $@ $(LIBS);
+       $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< 
build/interfaces/NTL-interface.lo -o $@ $(LIBS);
 
 print-%:
        @echo '$*=$($*)'




Reply via email to