From c05d76241f3437125b7452f09389bbb6e2f07961 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 27 May 2014 21:08:49 -0500 Subject: [PATCH] wxmac: add comment --- Formula/wxmac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/wxmac.rb b/Formula/wxmac.rb index 9cd4032f9b..a7ffe8834d 100644 --- a/Formula/wxmac.rb +++ b/Formula/wxmac.rb @@ -26,6 +26,8 @@ class Wxmac < Formula def install # need to set with-macosx-version-min to avoid configure defaulting to 10.5 # need to enable universal binary build in order to build all x86_64 + # FIXME I don't believe this is the whole story, surely this can be fixed + # without building universal for users who don't need it. - Jack # headers need to specify x86_64 and i386 or will try to build for ppc arch # and fail on newer OSes # https://trac.macports.org/browser/trunk/dports/graphics/wxWidgets30/Portfile#L80