aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nitpicker/files/patch-ab
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2003-08-23 17:48:56 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2003-08-23 17:48:56 +0000
commit2c675045d96ec150362d2622620babdfdf8158a0 (patch)
treea204af08e27f1e49add7846797cdac16eb209023 /net-mgmt/nitpicker/files/patch-ab
parente9eae2e6167d4ecee58f4fc93cf01a60f0554910 (diff)
downloadports-2c675045d96ec150362d2622620babdfdf8158a0.tar.gz
ports-2c675045d96ec150362d2622620babdfdf8158a0.zip
Notes
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}