New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79934


Ignore:
Timestamp:
06/29/11 13:27:39 (4 years ago)
Author:
jeremyhu@…
Message:

guile: clang build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/guile/Portfile

    r72138 r79934  
    5656                --infodir="${prefix}/share/info"        \ 
    5757                --mandir="${prefix}/share/man"          \ 
    58                 --enable-regex 
     58                --enable-regex                          \ 
     59                --disable-error-on-warning 
     60 
     61post-patch { 
     62    # This changes configure to do what the author actually intended based on their comments 
     63    reinplace "s|-Werror -Wmissing-braces|-Werror=missing-braces|" ${worksrcpath}/configure 
     64} 
    5965 
    6066if {${os.platform} == "darwin" && ($build_arch == "x86_64" || $build_arch == "ppc64")} { 
Note: See TracChangeset for help on using the changeset viewer.