1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/hping/files/patch-Makefile.in
Edwin Groothuis 199e495ede unbreak on -current
PR:		45374
Submitted by:	maintainer
2002-11-17 22:13:12 +00:00

14 lines
354 B
Plaintext

--- 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)