[69748] trunk/dports/games
ryandesign at macports.org
ryandesign at macports.org
Thu Jul 15 05:52:43 PDT 2010
Revision: 69748
http://trac.macports.org/changeset/69748
Author: ryandesign at macports.org
Date: 2010-07-15 05:52:40 -0700 (Thu, 15 Jul 2010)
Log Message:
-----------
mystonline-wine, mystonline-cider: use ${build_arch} when building the chown-data program
Modified Paths:
--------------
trunk/dports/games/mystonline-cider/Portfile
trunk/dports/games/mystonline-wine/Portfile
Modified: trunk/dports/games/mystonline-cider/Portfile
===================================================================
--- trunk/dports/games/mystonline-cider/Portfile 2010-07-15 10:39:03 UTC (rev 69747)
+++ trunk/dports/games/mystonline-cider/Portfile 2010-07-15 12:52:40 UTC (rev 69748)
@@ -89,7 +89,7 @@
ln -s ${assets_dir}/TOS.txt ${tos}
# Build the chown wrapper program
- system "cd ${worksrcpath} && ${configure.cc} chown-data.c -o chown-data"
+ system "cd ${worksrcpath} && ${configure.cc} ${configure.cc_archflags} chown-data.c -o chown-data"
}
destroot {
Modified: trunk/dports/games/mystonline-wine/Portfile
===================================================================
--- trunk/dports/games/mystonline-wine/Portfile 2010-07-15 10:39:03 UTC (rev 69747)
+++ trunk/dports/games/mystonline-wine/Portfile 2010-07-15 12:52:40 UTC (rev 69748)
@@ -76,7 +76,7 @@
ln -s ${assets_dir} "${program_files}/Uru Live"
# Build the chown wrapper program
- system "cd ${worksrcpath} && ${configure.cc} chown-data.c -o chown-data"
+ system "cd ${worksrcpath} && ${configure.cc} ${configure.cc_archflags} chown-data.c -o chown-data"
}
destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100715/ebbfaff3/attachment.html>
More information about the macports-changes
mailing list