[74860] trunk/dports/mail/thunderbird-x11/Portfile

jmr at macports.org jmr at macports.org
Tue Jan 4 12:18:21 PST 2011


Revision: 74860
          http://trac.macports.org/changeset/74860
Author:   jmr at macports.org
Date:     2011-01-04 12:18:13 -0800 (Tue, 04 Jan 2011)
Log Message:
-----------
thunderbird-x11: set 32-bit supported_archs, fix build on 10.6 (#21988)

Modified Paths:
--------------
    trunk/dports/mail/thunderbird-x11/Portfile

Modified: trunk/dports/mail/thunderbird-x11/Portfile
===================================================================
--- trunk/dports/mail/thunderbird-x11/Portfile	2011-01-04 19:56:02 UTC (rev 74859)
+++ trunk/dports/mail/thunderbird-x11/Portfile	2011-01-04 20:18:13 UTC (rev 74860)
@@ -6,6 +6,7 @@
 categories      mail x11
 version         2.0.0.22
 platforms       darwin
+supported_archs i386 ppc
 maintainers     nomaintainer
 description     Mozilla.org's popular stand-alone mail/news client
 
@@ -67,6 +68,17 @@
                 --with-system-nspr \
                 --with-nspr-prefix=${prefix}
 
+if {$macosx_deployment_target != ""} {
+    configure.args-append --enable-macos-target=${macosx_deployment_target}
+}
+pre-configure {
+    if {${configure.sdkroot} != ""} {
+        configure.args-append --with-macos-sdk=${configure.sdkroot}
+    }
+}
+platform darwin 10 {
+    configure.compiler gcc-4.0
+}
 
 variant debug description "build with debugging symbols" {
     configure.args-delete   --disable-debug \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110104/4e6df520/attachment-0001.html>


More information about the macports-changes mailing list