Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++/files: atlas-c++-0.6.1-strict-aliasing.patch
Date: Fri, 29 Feb 2008 07:23:45
Message-Id: E1JUzao-00029b-Pz@stork.gentoo.org
1 tupone 08/02/29 07:23:42
2
3 Added: atlas-c++-0.6.1-strict-aliasing.patch
4 Log:
5 Making test compile. Bug #211773
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch?rev=1.1&content-type=text/plain
13
14 Index: atlas-c++-0.6.1-strict-aliasing.patch
15 ===================================================================
16 --- tests/Objects/Makefile.am.old 2008-02-29 07:43:45.000000000 +0100
17 +++ tests/Objects/Makefile.am 2008-02-29 07:44:21.000000000 +0100
18 @@ -28,3 +28,5 @@
19 attributes_SOURCES = attributes.cpp
20
21 flags_SOURCES = flags.cpp
22 +
23 +AM_CPPFLAGS = -fno-strict-aliasing
24 --- benchmark/Makefile.am.old 2008-02-29 07:57:10.000000000 +0100
25 +++ benchmark/Makefile.am 2008-02-29 07:57:33.000000000 +0100
26 @@ -31,3 +31,5 @@
27
28 Objects_asMessage_SOURCES = Objects_asMessage.cpp timer.h
29 Objects_iterator_SOURCES = Objects_iterator.cpp timer.h
30 +
31 +AM_CPPFLAGS = -fno-strict-aliasing
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list