aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netams/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-26 17:12:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-26 17:12:31 +0000
commit618e5699fb19d5606203b8d5e146dce2125f367b (patch)
tree2b74a9a19fe7de53db3802481843541ead0d0236 /net-mgmt/netams/files
parent68c83ee767db0e652235a6f9ebaca1afd776541a (diff)
Notes
Diffstat (limited to 'net-mgmt/netams/files')
-rw-r--r--net-mgmt/netams/files/patch-Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/net-mgmt/netams/files/patch-Makefile b/net-mgmt/netams/files/patch-Makefile
index 73ca3202e10a..d2c7bad4aa91 100644
--- a/net-mgmt/netams/files/patch-Makefile
+++ b/net-mgmt/netams/files/patch-Makefile
@@ -1,12 +1,13 @@
---- Makefile Mon May 19 20:41:16 2003
-+++ Makefile.orig Fri May 23 12:27:25 2003
-@@ -11,14 +11,14 @@
+--- Makefile.orig Thu Dec 25 07:51:58 2003
++++ Makefile Fri Dec 26 18:07:45 2003
+@@ -10,15 +10,15 @@
+ # $NetAMS: netams/Makefile,v 1.25.2.2 2003/11/21 18:48:15 jura Exp $
##########################################################################
# for FreeBSD, uncomment this
-DEFINE = -DFREEBSD -D_THREAD_SAFE
--LIB = -pthread -lpcap
-+DEFINE += -DFREEBSD -D_THREAD_SAFE
-+LIB += -pthread -lpcap -lcrypt
+-LIB = -pthread -lpcap -lcrypt
++DEFINE += -DFREEBSD
++LIB += -lpcap -lcrypt
#
# DB1 support
# DEFINE+= -DUSE_HASH
@@ -19,8 +20,8 @@
#
# PostgreSQL storage support
# DEFINE += -DUSE_POSTGRES
-@@ -45,14 +45,14 @@
- # DEFINE += -DIPTBL_PFSET
+@@ -48,14 +48,14 @@
+ # DEFINE += -DIPTBL_NONE
##########################################################################
# Define here a PATH variables
-PATH_TO_CONFIG="/usr/local/etc/netams.cfg"
@@ -37,10 +38,11 @@
# Uncomment this if you want to enable profiler support
# LIB += -lm -pg
# FLAGS += -pg
-@@ -74,7 +74,7 @@
+@@ -76,8 +76,7 @@
+ flowmodule.h versions.sh versions_build.dat
CC = g++
- FLAGS += -pthread
+-FLAGS += -pthread
-INCLUDE=/usr/local/include
+INCLUDE = ${LOCALBASE}/include
OBJ = $(SRC:.c=.o)