On Wed, 30 Jun 2010 00:54 -0500, "Ryan Schmidt" <[email protected]> wrote: [snip] > > -QTLIB := QtCore.la QtGui.la Qt3Support.la QtOpenGL.la QtSvg.la > > QtXml.la QtWebKit.la QtNetwork.la > > -+QTLIB := -F/opt/local/libexec/qt4-mac/lib -framework QtCore > > -framework QtGui -framework Qt3Support -framework QtOpenGL -framework QtSvg > > -framework QtXml -framework QtWebKit -framework QtNetwork -framework > > ApplicationServices -framework Carbon -framework AppKit > > -L/opt/local/libexec/qt4-mac/lib -lpng -lz -lm > > ++QTLIB := -...@prefix@/libexec/qt4-mac/lib -framework QtCore > > -framework QtGui -framework Qt3Support -framework QtOpenGL -framework QtSvg > > -framework QtXml -framework QtWebKit -framework QtNetwork -framework > > ApplicationServices -framework Carbon -framework AppKit > > -...@prefix@/libexec/qt4-mac/lib -lpng -lz -lm > > QTINCDIR := $(filter-out /usr/include, > > /opt/local/libexec/qt4-mac/include/ /opt/local/libexec/qt4-mac/include//Qt > > /opt/local/libexec/qt4-mac/include//Qt3Support > > /opt/local/libexec/qt4-mac/include//QtAssistant [snip]
> What about all those other occurrences of "/opt/local"? All the other occurrences are the result of 'configure'. The only line I'm tweaking is the one starting with QTLIB. It's a hack to get around a bigger issue. - MLD _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
