Ticket #61115: Portfile-npth.diff
File Portfile-npth.diff, 667 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago) |
---|
-
(a) Portfile-orig vs. (b) Portfile
a b 17 17 homepage https://gnupg.org/related_software/npth/ 18 18 master_sites gnupg:npth 19 19 20 21 platform 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 20 33 use_bzip2 yes 21 34 22 35 checksums rmd160 25756e8cd7711a9e06b377f41b2f88cdcc76d441 \