summaryrefslogtreecommitdiff
path: root/net/trafshow3/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow3/files/patch-Makefile.in')
-rw-r--r--net/trafshow3/files/patch-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/trafshow3/files/patch-Makefile.in b/net/trafshow3/files/patch-Makefile.in
new file mode 100644
index 000000000000..dba73df91ae9
--- /dev/null
+++ b/net/trafshow3/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- 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)