diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-11-24 18:57:21 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-11-24 18:57:21 +0000 |
commit | 677780dac11d3b3969c07cb4a57e636fd2846776 (patch) | |
tree | bf31d00b54f883fd13da84007825c1ec245113b9 /irc/eggdrop/files/patch-src_modules.c | |
parent | math/octomap: Update 1.9.0 -> 1.9.1 (diff) |
irc/eggdrop: Update to 1.8.4
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS
Notes
Notes:
svn path=/head/; revision=518350
Diffstat (limited to 'irc/eggdrop/files/patch-src_modules.c')
-rw-r--r-- | irc/eggdrop/files/patch-src_modules.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/eggdrop/files/patch-src_modules.c b/irc/eggdrop/files/patch-src_modules.c deleted file mode 100644 index 0f7528625d86..000000000000 --- a/irc/eggdrop/files/patch-src_modules.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/modules.c 2011-01-07 06:12:27.000000000 +0100 -+++ src/modules.c 2011-01-07 06:21:42.000000000 +0100 -@@ -118,7 +118,7 @@ - static int module_rename(char *name, char *newname); - - #ifndef STATIC --char moddir[121] = "modules/"; -+char moddir[121] = __PREFIX__ "/lib/eggdrop/"; - #endif - - #ifdef STATIC |