aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
downloadports-08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84.tar.gz
ports-08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84.zip
Notes
Diffstat (limited to 'net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1')
-rw-r--r--net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_111
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1 b/net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1
new file mode 100644
index 000000000000..f91dd794e110
--- /dev/null
+++ b/net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1
@@ -0,0 +1,11 @@
+--- 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}