freebsd-ports/security/IMHear/files/patch-Makefile
Edwin Groothuis 64b3907525 New port: An MSN Messenger event/message sniffer
An MSN Messenger event/message sniffer based on the pcap library

PR:		ports/55262
Submitted by:	Nicolas Gieczewski <nick@n0sp4m.nixsoftware.com>
2003-10-06 12:12:37 +00:00

6 lines
178 B
Text

--- Makefile.orig Mon Oct 6 05:09:39 2003
+++ Makefile Mon Oct 6 05:09:48 2003
@@ -1,2 +1,2 @@
all: hear.c
- gcc -o hear hear.c -lpcap
+ ${CC} ${CFLAGS} -o hear hear.c -lpcap