Ticket #61115: Portfile-npth.diff

File Portfile-npth.diff, 667 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago)

Unified diff file to patch npth's Portfile

  • (a) Portfile-orig vs. (b) Portfile

    a b  
    1717homepage            https://gnupg.org/related_software/npth/
    1818master_sites        gnupg:npth
    1919
     20
     21platform darwin {
     22    if {${os.major} < 10} {
     23        post-extract {
     24            copy ${filespath}/darwin_compat.h ${worksrcpath}/src/
     25            copy ${filespath}/darwin_compat.c ${worksrcpath}/src/
     26        }
     27        patchfiles-append   use-darwin-compat.diff
     28        use_autoreconf      yes
     29        autoreconf.args     -fvi
     30    }
     31}
     32
    2033use_bzip2           yes
    2134
    2235checksums           rmd160  25756e8cd7711a9e06b377f41b2f88cdcc76d441 \