Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200125 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-2 / +2 lines)
Lines 103-110 Link Here
103
WX_CXXFLAGS="`$WXCONFIG --cxxflags | sed -e 's/-fno-exceptions//'`"
103
WX_CXXFLAGS="`$WXCONFIG --cxxflags | sed -e 's/-fno-exceptions//'`"
104
WX_LIBS="`$WXCONFIG --libs`"
104
WX_LIBS="`$WXCONFIG --libs`"
105
105
106
CPPFLAGS="$DEPS_CPPFLAGS $DEPS_CFLAGS $WX_CPPFLAGS "
106
CPPFLAGS="$DEPS_CPPFLAGS $DEPS_CFLAGS $WX_CPPFLAGS $CFLAGS"
107
CXXFLAGS="$DEPS_CXXFLAGS $DEPS_CFLAGS $WX_CPPFLAGS"
107
CXXFLAGS="$DEPS_CXXFLAGS $DEPS_CFLAGS $WX_CPPFLAGS $CXXFLAGS"
108
LIBS="$DEPS_LIBS $WX_LIBS"
108
LIBS="$DEPS_LIBS $WX_LIBS"
109
109
110
110

Return to bug 200125