summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-12 10:14:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-12 10:14:00 +0200
commitad7b37d5dab527091f365b553108989f10e6b614 (patch)
tree23f84dd868112af6b62ffb9e69d7717ea4832deb /dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch
parentdev-libs/locked_sstream: Remove last-rited pkg (diff)
downloadgentoo-ad7b37d5dab527091f365b553108989f10e6b614.tar.gz
gentoo-ad7b37d5dab527091f365b553108989f10e6b614.tar.bz2
gentoo-ad7b37d5dab527091f365b553108989f10e6b614.zip
dev-libs/libcxml: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694182 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch')
-rw-r--r--dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch b/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch
deleted file mode 100644
index f250229c4f51..000000000000
--- a/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libcxml-0.15.5/wscript
-+++ libcxml-0.15.5/wscript
-@@ -36,7 +36,7 @@
- conf.load('compiler_cxx')
- if conf.options.enable_debug:
- conf.env.append_value('CXXFLAGS', '-g')
-- conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2'])
-+ conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra'])
- if conf.options.force_cpp11:
- conf.env.append_value('CXXFLAGS', ['-std=c++11', '-DBOOST_NO_CXX11_SCOPED_ENUMS'])
-