freebsd-ports/net/trafshow3/files/patch-af
Sergey Matveychuk 386493496e - Get back trafshow 3. It shows the most true results.
Asked by:	many users
2006-01-18 09:58:44 +00:00

13 lines
272 B
Text

--- Makefile.in.orig Mon Aug 24 13:54:16 1998
+++ Makefile.in Tue May 2 00:51:47 2000
@@ -28,8 +28,8 @@
PROG = trafshow
CC = @CC@
-CCOPT = @V_CCOPT@
-INCLS = -I. @V_INCLS@
+CCOPT = @CFLAGS@
+INCLS = -I. @CPPFLAGS@
DEFS = @DEFS@
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)