On Monday 13 April 2009 06:48:02 pm David Johnson wrote: > I'm still working in this area. It seems from your list that other ports > besides qt5-gui are having this problem. Have you identified their > differences from 4.4.3 that cause this?
I've discovered that I can eliminate the qt3/qt4 conflict by adding the following line to the problem makefiles, before <bsd.port.pre.mk>: CONFIGURE_ARGS+= -I../../include/Qt -I../../include This puts the source dir's Qt include before anything else, so that a qt33 installed to /usr/local will not interfere. So far I have made changes to qt4-gui, qt4-opengl and qt4-qvfb. I'm still going through all the ports though. If this fix is acceptable, I can commit tomorrow evening. Thanks. -- David Johnson _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
