Ticket #29139: wireshark-universal.diff
File wireshark-universal.diff, 903 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
wireshark/Portfile
66 66 eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/ 67 67 } 68 68 69 70 # port:libpcap is !universal_variant71 universal_variant no72 73 69 variant adns description {use adns library for async. dns resolution instead of the default c-ares library} { 74 70 configure.args-append --with-adns=${prefix} \ 75 71 --without-c-ares -
wireshark-devel/Portfile
54 54 55 55 configure.ldflags-append "-Wl,-search_paths_first" 56 56 57 # port:libpcap is !universal_variant58 universal_variant no59 60 57 variant adns description {use adns library for async. dns resolution instead of the default c-ares library} { 61 58 configure.args-delete --without-adns \ 62 59 --with-c-ares=${prefix}