freebsd-ports/net-mgmt/nitpicker/files/patch-ab
Michael Reifenberger 2c675045d9 Update nitpicker to new version 1.2.1
Since versioning has changed ( 1.23 -> 1.2.1) set PORTEPOCH to 1.
Add/Change patches to respect CFLAGS/PREFIX

Submitted by:	Mirko Steiner <mirko.steiner@slashdevslashnull.de>
Reviewed by:	PORTEPOCH adviced by freebsd-ports
2003-08-23 17:48:56 +00:00

12 lines
331 B
Plaintext

--- 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}