Ticket #29139: wireshark-universal.diff

File wireshark-universal.diff, 903 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • wireshark/Portfile

     
    6666        eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
    6767}
    6868
    69 
    70 # port:libpcap is !universal_variant
    71 universal_variant   no
    72 
    7369variant adns description {use adns library for async. dns resolution instead of the default c-ares library} {
    7470        configure.args-append   --with-adns=${prefix} \
    7571                                                        --without-c-ares
  • wireshark-devel/Portfile

     
    5454
    5555configure.ldflags-append "-Wl,-search_paths_first"
    5656
    57 # port:libpcap is !universal_variant
    58 universal_variant   no
    59 
    6057variant adns description {use adns library for async. dns resolution instead of the default c-ares library} {
    6158        configure.args-delete   --without-adns \
    6259                                --with-c-ares=${prefix}