summaryrefslogtreecommitdiff
path: root/net/netams/files/patch-Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-05 19:44:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-05 19:44:12 +0000
commitbbdce68e5c24757bbce5c880da39626fa6d70098 (patch)
tree6937c0d99e94b37b5233ee25cf05048310413c07 /net/netams/files/patch-Makefile
parentAdd ace, a slave port of ace+tao without tao. (diff)
- Update to 3.1 (1790)
PR: ports/60923 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
Diffstat (limited to 'net/netams/files/patch-Makefile')
-rw-r--r--net/netams/files/patch-Makefile23
1 files changed, 14 insertions, 9 deletions
diff --git a/net/netams/files/patch-Makefile b/net/netams/files/patch-Makefile
index d2c7bad4aa91..eaf83cd7b7bf 100644
--- a/net/netams/files/patch-Makefile
+++ b/net/netams/files/patch-Makefile
@@ -1,15 +1,21 @@
---- 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 $
+--- Makefile.orig Wed Dec 31 11:43:37 2003
++++ Makefile Mon Jan 5 17:16:41 2004
+@@ -10,11 +10,11 @@
+ # $NetAMS: netams/Makefile,v 1.25.2.4 2003/12/31 08:43:37 jura Exp $
##########################################################################
# for FreeBSD, uncomment this
-DEFINE = -DFREEBSD -D_THREAD_SAFE
--LIB = -pthread -lpcap -lcrypt
+-LIB = -lpcap -lcrypt
+DEFINE += -DFREEBSD
+LIB += -lpcap -lcrypt
#
- # DB1 support
+ # For FreeBSD-4.x uncomment this
+-LIB += -pthread
++# LIB += -pthread
+ # For FreeBSD-5.x uncomment this
+ # LIB += -lc_r
+ #
+@@ -22,8 +22,8 @@
# DEFINE+= -DUSE_HASH
#
# MySQL storage support
@@ -20,7 +26,7 @@
#
# PostgreSQL storage support
# DEFINE += -DUSE_POSTGRES
-@@ -48,14 +48,14 @@
+@@ -53,14 +53,14 @@
# DEFINE += -DIPTBL_NONE
##########################################################################
# Define here a PATH variables
@@ -38,11 +44,10 @@
# Uncomment this if you want to enable profiler support
# LIB += -lm -pg
# FLAGS += -pg
-@@ -76,8 +76,7 @@
+@@ -81,7 +81,7 @@
flowmodule.h versions.sh versions_build.dat
CC = g++
--FLAGS += -pthread
-INCLUDE=/usr/local/include
+INCLUDE = ${LOCALBASE}/include
OBJ = $(SRC:.c=.o)