[67215] trunk/dports/textproc/doxygen/Portfile

jmr at macports.org jmr at macports.org
Sun May 2 16:06:17 PDT 2010


Revision: 67215
          http://trac.macports.org/changeset/67215
Author:   jmr at 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++
+	#}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100502/24464e47/attachment.html>


More information about the macports-changes mailing list