#49209: Problem with QT3 ---------------------+-------------------------------- Reporter: andy@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: qt3 | ---------------------+-------------------------------- Comment (by andy@…): I don't need qt3 itself, but qt3 is a prerequisite for xxdiff -- a neat tool for graphically showing diffs and merging over an X11 connection. The problem was that qt3 was expecting to find all of the freetype headers in /opt/include/freetype2/, when in the latest freetype port they are in /opt/include/freetype2/freetype/. Without hacking through the compilation scripts, I found an effective kluge: {{{ cd /opt/include/freetype2 sudo ln -s freetype/*.h . }}} This allows qt3 to compile, and I've confirmed xxdiff works. -- Ticket URL: <https://trac.macports.org/ticket/49209#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X