[kde-freebsd] qt4-script,qt4-sql and qt4-qt3support package error
dbhrscom
dbhrscom at gmail.com
Thu Mar 18 06:11:29 CET 2010
When I created these three ports ver qt 4.6.2, found the corresponding
QtScript.pc QtSql.pc Qt3Support.pc installed in
"/usr/local/lib/qt/pkgconfig" directory, but pkg-plist stored in the three
documents show that this directory is "/usr/local/libdata/pkgconfig"
post-configure:
${REINPLACE_CMD} -e
's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
The following modifications to work properly:
post-configure:
${REINPLACE_CMD} -e
's|${PREFIX}/lib/qt/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
--
dbhrscom at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-freebsd/attachments/20100318/cfb9d088/attachment.htm
More information about the kde-freebsd
mailing list