aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netams/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netams/files/patch-Makefile')
-rw-r--r--net-mgmt/netams/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/netams/files/patch-Makefile b/net-mgmt/netams/files/patch-Makefile
deleted file mode 100644
index 99461f5957e3..000000000000
--- a/net-mgmt/netams/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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
-