Gentoo Archives: gentoo-commits

From: "Slawek Lis (slis)" <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/librecad/files: gcc_cpp0x.patch
Date: Thu, 30 Jan 2014 07:21:28
Message-Id: 20140130072124.CAA0D2004E@flycatcher.gentoo.org
1 slis 14/01/30 07:21:24
2
3 Added: gcc_cpp0x.patch
4 Log:
5 Fixed #499104
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
8
9 Revision Changes Path
10 1.1 media-gfx/librecad/files/gcc_cpp0x.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/files/gcc_cpp0x.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/files/gcc_cpp0x.patch?rev=1.1&content-type=text/plain
14
15 Index: gcc_cpp0x.patch
16 ===================================================================
17 --- LibreCAD-2.0.2/common.pri 2014-01-09 18:31:10.000000000 +0000
18 +++ LibreCAD-2.0.2/common.pri.gcc46 2014-01-24 09:27:48.886665241 +0000
19 @@ -59,8 +59,8 @@
20
21 # c++11 is now obligatory for LibreCAD
22 message(We will be using CPP11 features)
23 -QMAKE_CXXFLAGS_DEBUG += -std=c++11 -g
24 -QMAKE_CXXFLAGS += -std=c++11 -g
25 +QMAKE_CXXFLAGS_DEBUG += -std=c++0x -g
26 +QMAKE_CXXFLAGS += -std=c++0x -g
27
28 # svg support
29 QT += svg