Ticket #32371: patch.libpcap.20120119.2213.diff
File patch.libpcap.20120119.2213.diff, 1.1 KB (added by ghosthound, 13 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libpcap 6 version 1. 1.16 version 1.2.1 7 7 categories net 8 8 maintainers darkart.com:opendarwin.org 9 9 license BSD … … 16 16 platforms darwin 17 17 master_sites ${homepage}release/ 18 18 19 checksums md5 1bca27d206970badae248cfa471bbb47\20 sha1 18581af5e78a40b7b2c9a6cd8ce40e7cb1cd9c63\21 rmd160 760159c594cc995c9e05c0cd8637a02a3b2725e219 checksums md5 06046e0e81efc60566daf1cc96c77d46 \ 20 sha1 67f44a9f1e5ac0c31bce5cefa564c783b27d1e46 \ 21 rmd160 b14861cc6067139c94ad3f9657c6c334d581eb16 22 22 23 23 24 configure.args --enable-ipv6 24 25 26 platform darwin 10 { 27 if {${configure.compiler} == "clang"} { 28 universal_variant no 29 configure.args-append --disable-universal 30 } 31 } 32 25 33 patchfiles patch-scanner.l.diff 26 34 27 35 use_parallel_build yes