#35506: py27-pyqt4 @4.9.1 Failed to install --------------------------------+------------------------------------------- Reporter: sahaimic@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: py27-pyqt4 --------------------------------+------------------------------------------- Comment(by michaelld@…): The issue is with QMake; here's the patch, which you can apply to ${prefix}/share/qt4/... to test out if you want; I'm compiling PyQt4 right now using Qt+framework; we'll see if this is all that's required. {{{ --- mkspecs/common/mac.conf.orig 2012-08-14 15:49:12.000000000 -0400 +++ mkspecs/common/mac.conf 2012-08-14 15:49:25.000000000 -0400 @@ -9,6 +9,7 @@ QMAKE_LIBDIR = QMAKE_INCDIR_QT = $$[QT_INSTALL_HEADERS] QMAKE_LIBDIR_QT = $$[QT_INSTALL_LIBS] +QMAKE_FRAMEWORKDIR_QT = $$[QT_INSTALL_FRAMEWORKS] QMAKE_INCDIR_OPENGL = /System/Library/Frameworks/OpenGL.framework/Headers \ /System/Library/Frameworks/AGL.framework/Headers/ }}} -- Ticket URL: <https://trac.macports.org/ticket/35506#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS