Changes between Version 64 and Version 65 of PortfileRecipes


Ignore:
Timestamp:
Jul 6, 2013, 7:39:48 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

use eq for string comparisons

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v64 v65  
    295295
    296296{{{
    297 if {${configure.compiler} == "llvm-gcc-4.2"} {
     297if {${configure.compiler} eq "llvm-gcc-4.2"} {
    298298    configure.compiler gcc-4.2
    299 } elseif {${configure.compiler} == "clang"} {
     299} elseif {${configure.compiler} eq "clang"} {
    300300    depends_build-append port:apple-gcc42
    301301    depends_skip_archcheck-append apple-gcc42