Ticket #29381: libssh2-port-debug.patch

File libssh2-port-debug.patch, 410 bytes (added by rkitover (Rafael Kitover), 14 years ago)

patch to add debug variant

  • Portfile

    old new  
    3232    lib/libcrypto.dylib \
    3333    lib/libz.dylib
    3434
     35variant debug description {Enable debug mode including tracing support} {
     36    configure.args-append \
     37            --enable-debug
     38}
     39
    3540post-build {
    3641    if {[variant_isset universal]} {
    3742        foreach arch ${universal_archs_to_use} {