diff options
Diffstat (limited to 'net/ascend-radius/files/patch-aa')
-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) |