Suggest: Disable mitshm in Qt4 by default

Hi everyone.

I tried to send email to kde@FreeBSD.org, but no reply. So I post here.

FreeBSD does not support SHM well currently. It's caused lots of problems. For example when you build Firefox with Qt, it works incorrectly. Disabling it only affects a bit of performance. Disabling it is very easy. Add the following lines to /usr/ports/x11-toolkits/qt4-gui/Makefile

Code:
CONFIGURE_ARGS+= -no-mitshm
 
Back
Top