aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netams/files/patch-Makefile
blob: 99461f5957e3af87d8dbc9b59b8dd7e2f0fdf74b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.orig	Sat Apr  5 00:17:21 2003
+++ Makefile	Sat Apr  5 00:17:52 2003
@@ -3,7 +3,7 @@
 #***     (c) 1998-2001 Anton Vinokurov, anton@inorg.chem.msu.ru
 #***		
 #*************************************************************************
-LIB = -pthread -lutil -lpcap -lmysqlclient -L/usr/local/lib/mysql
+LIB = -pthread -lutil -lpcap -lmysqlclient -L${LOCALBASE}/lib/mysql
 DEFINE += -DFREEBSD -DFREEBSD_VER=4 -DUSE_MYSQL
 ##########################################################################
 # for Linux, uncomment this
@@ -40,7 +40,7 @@
 
 CC	= g++
 FLAGS	= -g -pthread -Wall 
-INCLUDE=/usr/local/include
+INCLUDE=${LOCALBASE}/include
 OBJ	= $(SRC:.c=.o)
 CFLAGS	= $(FLAGS) -I$(INCLUDE) $(DEFINE) -Wall