diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 07:53:15 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 07:53:15 +0000 |
| commit | 76f5c1cbc07a413a7704db3c8c452271c6c3854b (patch) | |
| tree | 4e4cd1e786ae471a5c1ad998c685b59f677b3123 /net/gopher/files | |
| parent | Let's update checksum too! (diff) | |
Update, 2.1 -> 2.1.3.
NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(),
which, according to the comments, is a replacement of setpwfile(), which
according to the manpage of getpwent(), is deprecated.
Notes
Notes:
svn path=/head/; revision=1509
Diffstat (limited to 'net/gopher/files')
| -rw-r--r-- | net/gopher/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gopher/files/patch-aa b/net/gopher/files/patch-aa index 2c16f826bfca..b0681a146299 100644 --- a/net/gopher/files/patch-aa +++ b/net/gopher/files/patch-aa @@ -41,7 +41,7 @@ --- 304,310 ---- OTHERLIBS = $(UMAXLIBS) $(SEQLIBS) $(PTXLIBS) $(SCOLIBS) \ - $(SVR4LIBS) $(AUXLIBS) $(DGUXLIBS) + $(SVR4LIBS) $(AUXLIBS) $(DGUXLIBS) $(SOCKSLIBS) + OTHERLIBS = -lcompat -lcrypt CLIENTLIBS = -lcurses -ltermcap -lgopher $(OTHERLIBS) |
