diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-18 11:50:16 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-18 11:50:16 +0000 |
commit | 4c8b5a5f58a07b4e6eb0e83a75df64114b2cb3f1 (patch) | |
tree | 1e7c57d483d4905b4fbc7e5cb498b6321f1c7b08 /net/ascend-radius/files/patch-aa | |
parent | Added archive directory to MASTER_SITES to prevent breakage as soon as a new ... (diff) |
Upgrade to 961015 version
Diffstat (limited to '')
-rw-r--r-- | net/ascend-radius/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ascend-radius/files/patch-aa b/net/ascend-radius/files/patch-aa index 8ea076596d39..5e4433fba0cc 100644 --- a/net/ascend-radius/files/patch-aa +++ b/net/ascend-radius/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Sep 19 20:20:38 1996 -+++ Makefile Mon Sep 23 21:37:19 1996 +--- Makefile.orig Tue Oct 15 19:42:16 1996 ++++ Makefile Fri Oct 18 07:45:10 1996 @@ -108,8 +108,8 @@ # Pick your compiler # @@ -22,7 +22,7 @@ # use this for Solaris 2.5 #CFLAGS= -O -Dsys5 -DSOLARIS -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) # use this for Linux - #CFLAGS= -O -Dsys5 -DNOSHADOW -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) + #CFLAGS= -g -Dsys5 -DNOSHADOW -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) +# use this for FreeBSD +CFLAGS= -O -DNOSHADOW -D_HAVE_PARAM_H -DUSE_NDBM -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) |