diff options
| author | Michael Haro <mharo@FreeBSD.org> | 2001-03-29 22:34:10 +0000 |
|---|---|---|
| committer | Michael Haro <mharo@FreeBSD.org> | 2001-03-29 22:34:10 +0000 |
| commit | 432629ab1d73dc526d35ee64848fd3c316286f3a (patch) | |
| tree | 3a0121802d00d944f2a6f5e6a43fefedd75906c4 /irc/tircproxy/files/patch-ac | |
| parent | fc35e04f30324e0f8d8fe69e6c64096d481b5d14 (diff) | |
Port irc/tircproxy has an unfetchable distfile. Patch updates port to
version 0.4.5.
PR: 23739
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'irc/tircproxy/files/patch-ac')
| -rw-r--r-- | irc/tircproxy/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/tircproxy/files/patch-ac b/irc/tircproxy/files/patch-ac new file mode 100644 index 000000000000..386946627b62 --- /dev/null +++ b/irc/tircproxy/files/patch-ac @@ -0,0 +1,12 @@ +--- tircproxy.c.orig Thu Mar 29 14:28:26 2001 ++++ tircproxy.c Thu Mar 29 14:28:28 2001 +@@ -2201,7 +2201,9 @@ + /* People neither using the CDIR stuff nor running as root probably + * couldn't care less about ident problems. + */ ++#ifdef CDIR_IDENT + if (!use_cdir && getuid()) tries = 10; ++#endif + + /* FIXME: dangerous sprintfs */ + #ifdef CDIR |
