summaryrefslogtreecommitdiff
path: root/dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch')
-rw-r--r--dev-libs/libcxml/files/libcxml-0.15.1-respect-cxxflags.patch11
1 files changed, 0 insertions, 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 409dc37410c1..000000000000
--- 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