diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-11 05:44:25 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-11 05:44:25 +0000 |
commit | 7886bf6d12203ff75202485836810768d4c33bcc (patch) | |
tree | beca5b0302aa5f8400818b3208d83fab93f29243 /irc/eggdrop/files/patch-ak | |
parent | Add eggdrop 1.6.13, (diff) |
Update eggdrop to v1.6.15
Notes
Notes:
svn path=/head/; revision=82744
Diffstat (limited to 'irc/eggdrop/files/patch-ak')
-rw-r--r-- | irc/eggdrop/files/patch-ak | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/irc/eggdrop/files/patch-ak b/irc/eggdrop/files/patch-ak index 1d8b734b3aec..13f381689b52 100644 --- a/irc/eggdrop/files/patch-ak +++ b/irc/eggdrop/files/patch-ak @@ -1,11 +1,11 @@ ---- src/eggdrop.h.orig Fri Mar 29 22:40:24 2002 -+++ src/eggdrop.h Sun Aug 18 22:51:25 2002 -@@ -68,7 +68,7 @@ +--- src/eggdrop.h.orig Mon Jun 2 11:39:45 2003 ++++ src/eggdrop.h Mon Jun 2 11:40:17 2003 +@@ -85,7 +85,7 @@ - /* Language stuff */ --#define LANGDIR "./language" /* language file directory */ -+#define LANGDIR __PREFIX__ "/share/eggdrop/language" /* language file directory */ - #define BASELANG "english" /* language which always gets loaded - before all other languages. You do - not want to change this. */ + /* Language stuff */ +-#define LANGDIR "./language" /* language file directory */ ++#define LANGDIR __PREFIX__ "/share/eggdrop/language" /* language file directory */ + #define BASELANG "english" /* language which always gets loaded before + all other languages. You do not want to + change this. */ |