Revision: 86687 http://trac.macports.org/changeset/86687 Author: mww@macports.org Date: 2011-11-01 01:53:19 -0700 (Tue, 01 Nov 2011) Log Message: ----------- hugs98: https://trac.macports.org/wiki/PortfileRecipes#compiler Modified Paths: -------------- trunk/dports/lang/hugs98/Portfile Modified: trunk/dports/lang/hugs98/Portfile =================================================================== --- trunk/dports/lang/hugs98/Portfile 2011-11-01 07:35:58 UTC (rev 86686) +++ trunk/dports/lang/hugs98/Portfile 2011-11-01 08:53:19 UTC (rev 86687) @@ -33,7 +33,7 @@ patchfiles-append patch-libraries-tools-make-bootlib.diff } -platform darwin 11 { +if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 }
participants (1)
-
mww@macports.org