New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79968


Ignore:
Timestamp:
06/30/11 18:28:40 (4 years ago)
Author:
snc@…
Message:

libssh: remove -pedantic-errors, #29888

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libssh/Portfile

    r79139 r79968  
    3131post-extract {      file mkdir ${workpath}/build } 
    3232 
     33patch { 
     34    # remove pedantic from build 
     35    reinplace "s| -pedantic-errors||" ${worksrcpath}/cmake/Modules/DefineCompilerFlags.cmake 
     36} 
     37 
    3338# standard post-arg, where to find the primary CMakeLists.txt file. 
    3439configure.post_args ../${distname} 
Note: See TracChangeset for help on using the changeset viewer.