opnsense-ports/irc/eggdrop/files/patch-src_modules.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
305 B
C

--- 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