Stefan Fiedler: qt: enable exceptions, required for kdebinding4 --- package/x11/qt/qt.conf (revision 142) +++ package/x11/qt/qt.conf (revision 143) @@ -42,7 +42,8 @@ -docdir $docdir -sysconfdir $sysconfdir" # config options used by all qt versions - var_append confopt " " "-no-exceptions" + # exceptions are the default and required for QtXmlPatterns in qt4, which kdebindings4 needs + # var_append confopt " " "-exceptions" var_append confopt " " "-qt-gif" pkginstalled nas && var_append confopt " " "-system-nas-sound" pkginstalled mysql && var_append confopt " " "-plugin-sql-mysql \ @@ -63,7 +64,7 @@ pkginstalled postgresql && var_append confopt " " "-plugin-sql-psql \ -I$pkg_postgresql_prefix/include -L$pkg_postgresql_prefix/lib" fi - + if [ $xpkg == qt3 ] ; then # an optimization crashes g++ during the Makefile generator build :-( echo "yes" | ( CXX_WRAPPER_BYPASS=1 ; ./configure $confopt )