summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch')
-rw-r--r--dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch b/dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch
new file mode 100644
index 000000000000..ae200ade5447
--- /dev/null
+++ b/dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch
@@ -0,0 +1,16 @@
+diff -ur libmxmlplus-0.9.2_p20080323-orig/configure.ac libmxmlplus-0.9.2_p20080323/configure.ac
+--- libmxmlplus-0.9.2_p20080323-orig/configure.ac 2009-04-19 16:14:53.000000000 -0400
++++ libmxmlplus-0.9.2_p20080323/configure.ac 2009-04-19 16:17:12.000000000 -0400
+@@ -63,12 +63,6 @@
+ AC_ARG_ENABLE(doc,
+ AS_HELP_STRING(--enable-doc, Enable compilation of deocumentation) )
+
+-if test x$enable_debug = xyes; then
+- CXXFLAGS="-g"
+-else
+- CXXFLAGS="-O2"
+-fi
+-
+ dnl--------------------------------
+ dnl settings for makefiles
+ dnl