summaryrefslogtreecommitdiff
path: root/irc/psybnc/files/patch-src_p__string.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-06-06 10:21:03 +0000
committerRene Ladan <rene@FreeBSD.org>2020-06-06 10:21:03 +0000
commite94cc77846ad285726a013a17cffec2bfbc55d3a (patch)
tree7509dab9d129204e8f5c0084170b667789bd2437 /irc/psybnc/files/patch-src_p__string.c
parentemulators/qemu: Add NCURSES option (diff)
Remove expired ports:
2020-06-06 net/freerdp1: Superseded by the freerdp port/package 2020-05-05 irc/psybnc: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=538083
Diffstat (limited to 'irc/psybnc/files/patch-src_p__string.c')
-rw-r--r--irc/psybnc/files/patch-src_p__string.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/psybnc/files/patch-src_p__string.c b/irc/psybnc/files/patch-src_p__string.c
deleted file mode 100644
index deaa2623baa7..000000000000
--- a/irc/psybnc/files/patch-src_p__string.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/p_string.c.orig 2016-06-20 14:41:27 UTC
-+++ src/p_string.c
-@@ -616,7 +616,7 @@ int loadlanguage(char *langf)
- int msg;
- pcontext;
- clearlanguage();
-- ap_snprintf(lfname,sizeof(lfname),"lang/%s.lng",langf);
-+ ap_snprintf(lfname,sizeof(lfname),"%s/lang/%s.lng",PSYBASE, langf);
- maxindex=0;
- langname[0]=0;
- lfile=fopen(lfname,"r");