--- trunk/dports/devel/mono/Portfile 2015-10-03 15:22:54 UTC (rev 140804)
+++ trunk/dports/devel/mono/Portfile 2015-10-03 16:05:46 UTC (rev 140805)
@@ -52,6 +52,10 @@
patchfiles snowleopard-mutex.patch
+if { ${build_arch} == "i386" } {
+ configure.args-append "--host=i686-apple-${os.platform}${os.version}"
+}
+
post-patch {
if {${os.major} < 9} {
reinplace "s:MAC_OS_X_VERSION_10_5:1050:g" \