summaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-ak
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-11 05:32:50 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-11 05:32:50 +0000
commitb3b7da74e5f88f0c600cfed958151b1bfde94830 (patch)
tree0a3e2a1e4fcdb984a682c659da7fc7ea0d007cd9 /irc/eggdrop/files/patch-ak
parentUpdate to 3.0.5. (diff)
Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot. PR: 47296 Submitted by: Ulrich Spoerlein <q@uni.de> Update to the latest version 1.6.15 will followup immediately.
Notes
Notes: svn path=/head/; revision=82743
Diffstat (limited to '')
-rw-r--r--irc/eggdrop/files/patch-ak11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/eggdrop/files/patch-ak b/irc/eggdrop/files/patch-ak
new file mode 100644
index 000000000000..1d8b734b3aec
--- /dev/null
+++ b/irc/eggdrop/files/patch-ak
@@ -0,0 +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 @@
+
+ /* 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. */