commit: 42c0073c37711f86ec28a481e15de3751e2f603a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Feb 11 11:23:19 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 22:16:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c0073c
dev-libs/libcxml: remove unused patch.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch | 11 -----------
1 file changed, 11 deletions(-)
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
deleted file mode 100644
index 409dc37410c..00000000000
--- a/dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libcxml-0.15.1/wscript
-+++ libcxml-0.15.1/wscript
-@@ -12,7 +12,7 @@
-
- def configure(conf):
- conf.load('compiler_cxx')
-- conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2'])
-+ conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra'])
-
- conf.env.TARGET_WINDOWS = conf.options.target_windows
- conf.env.STATIC = conf.options.static