Ticket #41101: tcpreplay_maverick.patch

File tcpreplay_maverick.patch, 422 bytes (added by agm650, 10 years ago)

diff result

  • Portfile

    old new  
    3232
    3333configure.args      --with-libpcap=${prefix} \
    3434                    --with-tcpdump=${prefix}/sbin/tcpdump
     35
     36if {${os.platform} == "darwin" && ${os.major} == 13} {
     37        configure.cflags-append -D_FORTIFY_SOURCE=0
     38}
     39