diff options
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r-- | benchmarks/sipp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 0610f761886a..8a32aa308a91 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= SIPp PLIST_FILES= bin/sipp man/man1/sipp.1.gz -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes OPTIONS_DEFINE= OPENSSL GSL PCAP RTPSTREAM SCTP @@ -43,6 +43,9 @@ PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1.pcap dtmf_2833_2.pcap \ PCAP_PLIST_FILES= ${PCAP_FILES:S|^|${DATADIR}/pcap/|} +post-patch: + ${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure + post-patch-PCAP-on: @${REINPLACE_CMD} \ 's|\(\\"\)\(pcap/[^"]*\.pcap\\"\)|\1${DATADIR}/\2|' \ |