[64168] trunk/dports/devel

mcalhoun at macports.org mcalhoun at macports.org
Wed Feb 24 08:48:58 PST 2010


Revision: 64168
          http://trac.macports.org/changeset/64168
Author:   mcalhoun at macports.org
Date:     2010-02-24 08:48:55 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
ncurses, ncursesw: fix cross-compiling issue. Fixes #21434 and #23843.
No revision change required (port build correctly or not at all).

Modified Paths:
--------------
    trunk/dports/devel/ncurses/Portfile
    trunk/dports/devel/ncursesw/Portfile

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2010-02-24 16:30:15 UTC (rev 64167)
+++ trunk/dports/devel/ncurses/Portfile	2010-02-24 16:48:55 UTC (rev 64168)
@@ -56,6 +56,8 @@
 }
 
 if {[variant_isset universal]} {
+    merger_arch_compiler yes
+
     pre-destroot {
         global merger_dont_diff
         # These tests must be done in pre-destroot to ensure universal_archs_to_use has the correct values.

Modified: trunk/dports/devel/ncursesw/Portfile
===================================================================
--- trunk/dports/devel/ncursesw/Portfile	2010-02-24 16:30:15 UTC (rev 64167)
+++ trunk/dports/devel/ncursesw/Portfile	2010-02-24 16:48:55 UTC (rev 64168)
@@ -45,6 +45,8 @@
 }
 
 if {[variant_isset universal]} {
+	merger_arch_compiler yes
+
 	pre-destroot {
 		global merger_dont_diff merger_destroot_env
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100224/637521ff/attachment.html>


More information about the macports-changes mailing list