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-Makefile.in | |
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-Makefile.in')
-rw-r--r-- | security/hping/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/hping/files/patch-Makefile.in b/security/hping/files/patch-Makefile.in new file mode 100644 index 000000000000..07e0dd9d3ddc --- /dev/null +++ b/security/hping/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- Makefile.in.orig Wed Aug 15 04:02:53 2001 ++++ Makefile.in Mon Nov 18 09:10:12 2002 +@@ -6,8 +6,8 @@ + # $date: Sun Jul 25 17:56:15 MET DST 1999$ + # $rev: 3$ + +-CC= gcc +-CCOPT= -O2 -Wall @PCAP_INCLUDE@ ++CC?= gcc ++CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@ + DEBUG= -g + #uncomment the following if you need libpcap based build under linux + #(not raccomanded) |