summaryrefslogtreecommitdiff
path: root/net-mgmt/nitpicker/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nitpicker/files/patch-ab')
-rw-r--r--net-mgmt/nitpicker/files/patch-ab21
1 files changed, 11 insertions, 10 deletions
diff --git a/net-mgmt/nitpicker/files/patch-ab b/net-mgmt/nitpicker/files/patch-ab
index 31fe3d52f56f..f91dd794e110 100644
--- a/net-mgmt/nitpicker/files/patch-ab
+++ b/net-mgmt/nitpicker/files/patch-ab
@@ -1,10 +1,11 @@
---- tools/parse_flowfile/Makefile.old Thu May 22 23:59:52 2003
-+++ tools/parse_flowfile/Makefile Fri May 23 00:00:16 2003
-@@ -4,4 +4,7 @@
- @cd src; make all;
-
-+install:
-+ @cd src; make install
-+
- clean:
- @cd src; make clean;
+--- tools/parse_flowfile/src/Makefile.orig Sat Aug 23 10:41:23 2003
++++ tools/parse_flowfile/src/Makefile Sat Aug 23 10:42:27 2003
+@@ -3,6 +3,6 @@
+ LIBS =
+ INCLUDES = -I../include -I../../../include
+-CFLAGS = -Wall -g $(INCLUDES)
+-CC = g++
++CFLAGS += $(INCLUDES)
++CC = c++
+ INCDIR= ${.CURDIR}/../include
+ .PATH: ${INCDIR}