summaryrefslogtreecommitdiff
path: root/net/tacacs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/tacacs/patches/patch-aa')
-rw-r--r--net/tacacs/patches/patch-aa51
1 files changed, 51 insertions, 0 deletions
diff --git a/net/tacacs/patches/patch-aa b/net/tacacs/patches/patch-aa
new file mode 100644
index 00000000000..d4eed86cb79
--- /dev/null
+++ b/net/tacacs/patches/patch-aa
@@ -0,0 +1,51 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:26:42 rh Exp $
+
+--- Makefile.orig Sun Jun 18 19:26:54 2000
++++ Makefile
+@@ -19,7 +19,7 @@
+ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ # FOR A PARTICULAR PURPOSE.
+
+-CC = gcc
++# CC = gcc
+
+ # For AIX
+ # See /usr/lpp/bos/bsdport on your system for details of how to define bsdcc
+@@ -33,8 +33,12 @@
+ # OS=-DMIPS
+
+ # For Solaris (SUNOS 5.3, 5.4, 5.5, 5.6) uncomment the following two lines
+-OS=-DSOLARIS
+-OSLIBS=-lsocket -lnsl
++#OS=-DSOLARIS
++#OSLIBS=-lsocket -lnsl
++
++# For NetBSD
++OS=-DNETBSD
++OSLIBS=-lcrypt
+
+ # For FreeBSD
+ # OS=-DFREEBSD
+@@ -65,11 +69,11 @@
+
+ # Definitions for SKEY functionality
+ # DEFINES = -DSKEY
+-# LIBS = ../crimelab/skey/src/libskey.a
++# LIBS = -lskey
+ # INCLUDES = -I../crimelab/skey/src
+
+ # Debugging flags
+-DEBUG = -g
++DEBUG =
+
+ # Enforce a limit on maximum sessions per user. See the user's guide
+ # for more information.
+@@ -85,7 +89,7 @@
+ # possible), containing its process id. Uncomment and modify the
+ # following line to change this filename
+
+-# PIDFILE = -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\"
++PIDFILE = -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\"
+
+ #
+ # End of customisable section of Makefile