[97988] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

michaelld at macports.org michaelld at macports.org
Fri Sep 21 05:52:02 PDT 2012


Revision: 97988
          http://trac.macports.org//changeset/97988
Author:   michaelld at macports.org
Date:     2012-09-21 05:52:02 -0700 (Fri, 21 Sep 2012)
Log Message:
-----------
qt4 1.0 portgroup : correct +debug framework name for determining if qt4-mac was installed with +debug.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/qt4-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/qt4-1.0.tcl	2012-09-21 12:34:50 UTC (rev 97987)
+++ trunk/dports/_resources/port1.0/group/qt4-1.0.tcl	2012-09-21 12:52:02 UTC (rev 97988)
@@ -42,8 +42,7 @@
         if {[variant_exists debug] && \
             [variant_isset debug] && \
            ![info exists building_qt4]} {
-            if {![file exists ${qt_frameworks_dir}/QtCore/QtCore_debug] &&
-                ![file exists ${qt_libs_dir}/libQtCore_debug.dylib]} {
+            if {![file exists ${qt_frameworks_dir}/QtCore.framework/QtCore_debug]} {
                 return -code error "\n\nERROR:\n\
 In order to install this port as +debug,
 Qt4 must also be installed with +debug.\n"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120921/fca974d7/attachment.html>


More information about the macports-changes mailing list