[67215] trunk/dports/textproc/doxygen/Portfile
Revision: 67215 http://trac.macports.org/changeset/67215 Author: jmr@macports.org Date: 2010-05-02 16:06:11 -0700 (Sun, 02 May 2010) Log Message: ----------- doxygen: disable variant_isset check that would cause incorrect behaviour if +universal was used on the command line Modified Paths: -------------- trunk/dports/textproc/doxygen/Portfile Modified: trunk/dports/textproc/doxygen/Portfile =================================================================== --- trunk/dports/textproc/doxygen/Portfile 2010-05-02 22:47:54 UTC (rev 67214) +++ trunk/dports/textproc/doxygen/Portfile 2010-05-02 23:06:11 UTC (rev 67215) @@ -100,11 +100,11 @@ # Specify the platform explicitly to avoid a universal build. global tmake_conf - if { ![variant_isset universal] } { + #if { ![variant_isset universal] } { set tmake_conf ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf configure.args-append --platform macosx-c++ - } else { - set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf - configure.args-append --platform macosx-uni-c++ - } + #} else { + # set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf + # configure.args-append --platform macosx-uni-c++ + #} }
participants (1)
-
jmr@macports.org