Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/files/
Date: Sun, 24 Feb 2019 22:16:56
Message-Id: 1551046574.42c0073c37711f86ec28a481e15de3751e2f603a.monsieurp@gentoo
1 commit: 42c0073c37711f86ec28a481e15de3751e2f603a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 11 11:23:19 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 22:16:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c0073c
7
8 dev-libs/libcxml: remove unused patch.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch | 11 -----------
14 1 file changed, 11 deletions(-)
15
16 diff --git a/dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch b/dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch
17 deleted file mode 100644
18 index 409dc37410c..00000000000
19 --- a/dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 ---- libcxml-0.15.1/wscript
23 -+++ libcxml-0.15.1/wscript
24 -@@ -12,7 +12,7 @@
25 -
26 - def configure(conf):
27 - conf.load('compiler_cxx')
28 -- conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2'])
29 -+ conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra'])
30 -
31 - conf.env.TARGET_WINDOWS = conf.options.target_windows
32 - conf.env.STATIC = conf.options.static