freebsd-ports/net/trafshow3/files/patch-Makefile.in
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +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)