Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.12.2-gcc49.patch
Date: Sun, 01 Mar 2015 12:22:53
Message-Id: 20150301122249.49F1C12CE0@oystercatcher.gentoo.org
1 tomka 15/03/01 12:22:49
2
3 Added: normaliz-2.12.2-gcc49.patch
4 Log:
5 Fix gcc-4.9 build (541364)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
8
9 Revision Changes Path
10 1.1 sci-mathematics/normaliz/files/normaliz-2.12.2-gcc49.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.2-gcc49.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.2-gcc49.patch?rev=1.1&content-type=text/plain
14
15 Index: normaliz-2.12.2-gcc49.patch
16 ===================================================================
17 diff -U 3 -dHrN Normaliz2.12/source/libnormaliz/general.h Normaliz2.12.patched/source/libnormaliz/general.h
18 --- Normaliz2.12/source/libnormaliz/general.h 2014-10-23 15:01:56.000000000 +0200
19 +++ Normaliz2.12.patched/source/libnormaliz/general.h 2015-03-01 13:20:01.057017555 +0100
20 @@ -27,6 +27,7 @@
21
22 #include <iostream>
23 #include <assert.h>
24 +#include <cstddef>
25
26 #ifdef _WIN32 //for 32 and 64 bit windows
27 #define NMZ_MPIR //always use MPIR