Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/librecad/files/
Date: Wed, 28 Dec 2016 13:29:11
Message-Id: 1482931738.8d4c14696b3fe14bd8770226c6b47828ad624abe.monsieurp@gentoo
1 commit: 8d4c14696b3fe14bd8770226c6b47828ad624abe
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 27 19:59:45 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 13:28:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4c1469
7
8 media-gfx/librecad: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3254
11
12 media-gfx/librecad/files/gcc_cpp0x.patch | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/media-gfx/librecad/files/gcc_cpp0x.patch b/media-gfx/librecad/files/gcc_cpp0x.patch
16 deleted file mode 100644
17 index 1d145a5..00000000
18 --- a/media-gfx/librecad/files/gcc_cpp0x.patch
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 ---- LibreCAD-2.0.2/common.pri 2014-01-09 18:31:10.000000000 +0000
22 -+++ LibreCAD-2.0.2/common.pri.gcc46 2014-01-24 09:27:48.886665241 +0000
23 -@@ -59,8 +59,8 @@
24 -
25 - # c++11 is now obligatory for LibreCAD
26 - message(We will be using CPP11 features)
27 --QMAKE_CXXFLAGS_DEBUG += -std=c++11 -g
28 --QMAKE_CXXFLAGS += -std=c++11 -g
29 -+QMAKE_CXXFLAGS_DEBUG += -std=c++0x -g
30 -+QMAKE_CXXFLAGS += -std=c++0x -g
31 -
32 - # svg support
33 - QT += svg