Matthias Apitz <[email protected]> writes: >> > # cd /usr/ports/x11/kde4 >> > # nohup install clean BATCH=yes >> >> That should probably be OK, ... > > The first stop is in www/qt4-webkit with the already known clang > error generating bad machine code: [...] > What is the best option for this to be set on the command line while making > x11/kde4 or only www/qt4-webkit and returning after this to the make of > x11/kde4?
If you're not really interested in clang for now, just try passing USE_GCC=yes; otherwise, build qt4-webkit with GCC (if you really want to build with clang, you just need to make it generate pentium or above code instead of i486) and then build the rest as originally intended. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
