diff options
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 + + # |