[97945] trunk/dports/devel/qgit/Portfile

michaelld at macports.org michaelld at macports.org
Thu Sep 20 08:41:22 PDT 2012


Revision: 97945
          http://trac.macports.org//changeset/97945
Author:   michaelld at macports.org
Date:     2012-09-20 08:41:22 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
qgit : handle +universal correctly.

Modified Paths:
--------------
    trunk/dports/devel/qgit/Portfile

Modified: trunk/dports/devel/qgit/Portfile
===================================================================
--- trunk/dports/devel/qgit/Portfile	2012-09-20 15:01:44 UTC (rev 97944)
+++ trunk/dports/devel/qgit/Portfile	2012-09-20 15:41:22 UTC (rev 97945)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -37,11 +38,15 @@
     # nothing to do if +debug is specified; this is the default.
 }
 
-universal_variant   no
+# --disable-dependency-tracking is not recognized.
+configure.universal_args-delete --disable-dependency-tracking
 
+pre-configure {
+    configure.args-append CONFIG+=\"${qt_arch_types}\"
+}
+
 configure.cmd       ${qt_qmake_cmd}
 configure.pre_args   
-configure.args       
 configure.post_args
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120920/6bbb8a75/attachment.html>


More information about the macports-changes mailing list