summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-12-27 20:59:45 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-28 14:28:58 +0100
commit8d4c14696b3fe14bd8770226c6b47828ad624abe (patch)
tree01347e5fe6fa0053d5d083c8e7747cf74a3ed599 /media-gfx
parentmail-client/pinepgp: update SRC_URI and HOMEPAGE. (diff)
downloadgentoo-8d4c14696b3fe14bd8770226c6b47828ad624abe.tar.gz
gentoo-8d4c14696b3fe14bd8770226c6b47828ad624abe.tar.bz2
gentoo-8d4c14696b3fe14bd8770226c6b47828ad624abe.zip
media-gfx/librecad: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/3254
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/librecad/files/gcc_cpp0x.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-gfx/librecad/files/gcc_cpp0x.patch b/media-gfx/librecad/files/gcc_cpp0x.patch
deleted file mode 100644
index 1d145a5ba65e..000000000000
--- a/media-gfx/librecad/files/gcc_cpp0x.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- LibreCAD-2.0.2/common.pri 2014-01-09 18:31:10.000000000 +0000
-+++ LibreCAD-2.0.2/common.pri.gcc46 2014-01-24 09:27:48.886665241 +0000
-@@ -59,8 +59,8 @@
-
- # c++11 is now obligatory for LibreCAD
- message(We will be using CPP11 features)
--QMAKE_CXXFLAGS_DEBUG += -std=c++11 -g
--QMAKE_CXXFLAGS += -std=c++11 -g
-+QMAKE_CXXFLAGS_DEBUG += -std=c++0x -g
-+QMAKE_CXXFLAGS += -std=c++0x -g
-
- # svg support
- QT += svg