diff options
Diffstat (limited to 'net/trafshow4/files/patch-af')
-rw-r--r-- | net/trafshow4/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/trafshow4/files/patch-af b/net/trafshow4/files/patch-af new file mode 100644 index 000000000000..b0c731e14f00 --- /dev/null +++ b/net/trafshow4/files/patch-af @@ -0,0 +1,11 @@ +--- 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) |