diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-09 11:20:14 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-09 11:20:14 +0800 |
commit | b265ea47685639f1877212c6d5818365841be608 (patch) | |
tree | 97a31d9fa5e7f132be2d8a46428778d63a4e8ea5 /net/radiusd-cistron | |
parent | 2691991b48decd9fd3c20463f5c9d0608b5a4d82 (diff) | |
download | freebsd-ports-gnome-b265ea47685639f1877212c6d5818365841be608.tar.gz freebsd-ports-gnome-b265ea47685639f1877212c6d5818365841be608.tar.zst freebsd-ports-gnome-b265ea47685639f1877212c6d5818365841be608.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" |