Don't disable the whole wxDebugReport class secretly inside an eclass for all version...
authorMart Raudsepp <leio@gentoo.org>
Mon, 7 Aug 2006 04:05:31 +0000 (04:05 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 7 Aug 2006 04:05:31 +0000 (04:05 +0000)
version, that isn't in the tree anymore, happened to have the wrong #include order in one source file.

eclass/wxlib.eclass

index e3b2f721c8ad98c9502dfd24feec7bc5afedcdb4..5b80c02f3114ef82c679d050223a5b65986a7296 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.15 2006/04/28 12:42:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.16 2006/08/07 04:05:31 leio Exp $
 
 # Author Diego Pettenò <flameeyes@gentoo.org>
 # Maintained by wxwidgets herd
@@ -69,7 +69,6 @@ subconfigure() {
        ECONF_SOURCE="${S}" \
                econf \
                        --disable-precomp-headers \
-                       --disable-debugreport \
                        --with-zlib \
                        $(use_enable debug) $(use_enable debug debug_gdb) \
                        $* || die "./configure failed"