Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libmxmlplus/files: libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch
Date: Sun, 19 Apr 2009 20:23:14
Message-Id: E1LvdXj-0000ad-Kk@stork.gentoo.org
1 halcy0n 09/04/19 20:23:11
2
3 Added: libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch
4 Log:
5 Fix ebuild to respect CXXFLAGS, thanks to Diego E. 'Flameeyes' Pettenò <flameeyes AT gentoo DOT org> for reporting; bug #240167
6 (Portage version: 2.2_rc30/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libmxmlplus/files/libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch?rev=1.1&content-type=text/plain
13
14 Index: libmxmlplus-0.9.2_p20080323-respect-cxxflags.patch
15 ===================================================================
16 diff -ur libmxmlplus-0.9.2_p20080323-orig/configure.ac libmxmlplus-0.9.2_p20080323/configure.ac
17 --- libmxmlplus-0.9.2_p20080323-orig/configure.ac 2009-04-19 16:14:53.000000000 -0400
18 +++ libmxmlplus-0.9.2_p20080323/configure.ac 2009-04-19 16:17:12.000000000 -0400
19 @@ -63,12 +63,6 @@
20 AC_ARG_ENABLE(doc,
21 AS_HELP_STRING(--enable-doc, Enable compilation of deocumentation) )
22
23 -if test x$enable_debug = xyes; then
24 - CXXFLAGS="-g"
25 -else
26 - CXXFLAGS="-O2"
27 -fi
28 -
29 dnl--------------------------------
30 dnl settings for makefiles
31 dnl