mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
hping3 is a command-line oriented TCP/IP packet assembler/analyzer. This port is significantly modified version of already existing older port net/hping but hping3 has more useful features like IP options LSRR/SSRR etc. net/hping3 does not conflict with net/hping due to different names of installed files and both utilities may be installed same time.
11 lines
294 B
Text
11 lines
294 B
Text
--- configure.orig 2004-06-04 06:39:10 UTC
|
|
+++ configure
|
|
@@ -143,6 +143,8 @@ sed -e "s^@PCAP@^$PCAP^g" \
|
|
-e "s^@TCL_INC@^$TCL_INC^g" \
|
|
-e "s^@TCL_VER@^$TCL_VER^g" \
|
|
-e "s^@TCL_LIB@^$TCL_LIB^g" \
|
|
+ -e "s^@CFLAGS@^$CFLAGS^g" \
|
|
+ -e "s^@LDFLAGS@^$LDFLAGS^g" \
|
|
<Makefile.in > Makefile
|
|
|
|
#
|