Ticket #44924: Portfile-nginx.diff

File Portfile-nginx.diff, 516 bytes (added by gthb (Gunnlaugur Thor Briem), 10 years ago)

Patch adding the debug variant

  • www/nginx/Portfile

    old new  
    121121    configure.args-append   --with-http_dav_module --add-module=${workpath}/${davext_distname}
    122122}
    123123
     124variant debug description {Enable debug mode} {
     125    configure.args-append   --with-debug
     126}
     127
    124128variant degradation description {Allow to return 204 or 444 code for some locations on low memory condition} {
    125129    configure.args-append   --with-http_degradation_module
    126130}