diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 22:13:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 22:13:12 +0000 |
commit | 199e495edebd646519baf8c822b2aeb71533f22e (patch) | |
tree | d4a20f62f07a7275d2695d97918760f86e711ae5 /security/hping/files/patch-configure | |
parent | Add the pkg-descr for the slave port, mozilla-devel-gtk2. (diff) |
unbreak on -current
PR: 45374
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=70328
Diffstat (limited to 'security/hping/files/patch-configure')
-rw-r--r-- | security/hping/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/hping/files/patch-configure b/security/hping/files/patch-configure new file mode 100644 index 000000000000..b7dda57f7370 --- /dev/null +++ b/security/hping/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Sep 14 22:04:25 2001 ++++ configure Fri Sep 14 22:05:02 2001 +@@ -99,6 +99,7 @@ + -e "s^@PCAP_INCLUDE@^$PCAP_INCLUDE^g" \ + -e "s^@MANPATH@^$INSTALL_MANPATH^g" \ + -e "s^@SOLARISLIB@^$SOLARISLIB^g" \ ++ -e "s^@CFLAGS@^$CFLAGS^g" \ + <Makefile.in > Makefile + + # |