[70522] trunk/dports/kde/kdegraphics4/Portfile

michaelld at macports.org michaelld at macports.org
Thu Aug 12 06:42:26 PDT 2010


Revision: 70522
          http://trac.macports.org/changeset/70522
Author:   michaelld at macports.org
Date:     2010-08-12 06:42:25 -0700 (Thu, 12 Aug 2010)
Log Message:
-----------
Other fix for ticket #26026.  Instead of hard-wiring QCA information,
use PKG_CONFIG and let CMake figure it out.

Modified Paths:
--------------
    trunk/dports/kde/kdegraphics4/Portfile

Modified: trunk/dports/kde/kdegraphics4/Portfile
===================================================================
--- trunk/dports/kde/kdegraphics4/Portfile	2010-08-12 11:37:25 UTC (rev 70521)
+++ trunk/dports/kde/kdegraphics4/Portfile	2010-08-12 13:42:25 UTC (rev 70522)
@@ -32,9 +32,8 @@
 set qca_dir         ${prefix}/libexec/qt4-mac
 
 configure.args-append   ../${distname} \
-                        -DQCA2_LIBRARIES=${qca_dir}/lib/libqca.2.dylib \
-                        -DQCA2_INCLUDE_DIR=${qca_dir}/include/QtCrypto \
                         -DGWENVIEW_SEMANTICINFO_BACKEND=None
+configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig
 
 variant gphoto2 description {Required to build the kamera project} {
     depends_lib-append port:gphoto2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100812/30e5bdd4/attachment.html>


More information about the macports-changes mailing list