1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/trafshow4/files/patch-af
Justin M. Seger 116272d550 Update to trafshow-3.1
Submitted by:	Michael Vasilenko <acid@stu.cn.ua>
PR:		ports/15907, ports/16296
2000-01-24 16:08:09 +00:00

12 lines
272 B
Plaintext

--- Makefile.in.orig Mon Aug 24 00:54:16 1998
+++ Makefile.in Mon Jan 24 11:00:31 2000
@@ -29,7 +29,7 @@
PROG = trafshow
CC = @CC@
CCOPT = @V_CCOPT@
-INCLS = -I. @V_INCLS@
+INCLS = -I. -I/usr/local/include @V_INCLS@
DEFS = @DEFS@
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)