diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-09 11:20:14 +0800 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-09 11:20:14 +0800 |
commit | 6bfc4611e327397d568775ff052f0b42aa5a9b9a (patch) | |
tree | 269c7be442d631cbb66095af7193141a37a88c2f /net/radiusd-cistron | |
parent | ae08c8950b3fcf7fca315bcb3bbbccfece0e2a09 (diff) | |
download | freebsd-ports-gnome-6bfc4611e327397d568775ff052f0b42aa5a9b9a.tar.gz freebsd-ports-gnome-6bfc4611e327397d568775ff052f0b42aa5a9b9a.tar.zst freebsd-ports-gnome-6bfc4611e327397d568775ff052f0b42aa5a9b9a.zip |
Add Pam support
PR: 29120
Submitted by: maintainer
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r-- | net/radiusd-cistron/files/patch-aa | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/net/radiusd-cistron/files/patch-aa b/net/radiusd-cistron/files/patch-aa index 45297b7a8937..58b1ef9bb2e0 100644 --- a/net/radiusd-cistron/files/patch-aa +++ b/net/radiusd-cistron/files/patch-aa @@ -1,9 +1,9 @@ ---- src/Makefile.BSD.orig Fri Jun 26 06:00:17 1998 -+++ src/Makefile.BSD Fri Oct 23 13:32:18 1998 -@@ -3,9 +3,9 @@ +--- src/Makefile.BSD.orig Sun Sep 19 08:10:41 1999 ++++ src/Makefile.BSD Sat Jul 21 18:48:00 2001 +@@ -3,19 +3,19 @@ # # - + -CC = gcc -CFLAGS = -Wall -g -DNOSHADOW -LDFLAGS = # -s #tatic @@ -12,14 +12,18 @@ +LDFLAGS = -s #tatic LIBS = LCRYPT = -lcrypt - -@@ -15,7 +15,7 @@ - #PAM = -DPAM - #PAMLIB = -lpam - + + DBM = -DNDBM + DBMLIB = #-ldb + +-#PAM = -DPAM +-#PAMLIB = -lpam ++PAM = -DPAM ++PAMLIB = -lpam + -BINDIR = /usr/local/bin -SBINDIR = /usr/local/sbin +BINDIR = $(PREFIX)/bin +SBINDIR = $(PREFIX)/sbin - + .include "Make.inc" |