ports/net/hping3/files/patch-configure
Eugene Grosbein 26f0460098 New port: net/hping3
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.
2019-07-28 15:15:04 +00:00

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
#