diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-11-15 10:22:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-11-15 10:22:58 +0000 |
commit | c9feed3f561e4523b99f91c220dca8d739a1008b (patch) | |
tree | 24fc6916dc18849dac0c5b82e707d654b718a99e /net/hping-devel/files/patch-configure | |
parent | Update to 0.07 (diff) |
- Add net/hping-devel
This is the devel branch of hping: it's the same, but with a
TCL scripting feature.
PR: ports/88552
Submitted by: Nicolas Jombart
Notes
Notes:
svn path=/head/; revision=148354
Diffstat (limited to 'net/hping-devel/files/patch-configure')
-rw-r--r-- | net/hping-devel/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/hping-devel/files/patch-configure b/net/hping-devel/files/patch-configure new file mode 100644 index 000000000000..fdc8d4fcdfad --- /dev/null +++ b/net/hping-devel/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Jun 4 08:39:10 2004 ++++ configure Mon Oct 31 10:49:39 2005 +@@ -143,6 +143,7 @@ + -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" \ + <Makefile.in > Makefile + + # |