diff options
Diffstat (limited to 'irc/ircd-hybrid/files/patch-modules-Makefile')
-rw-r--r-- | irc/ircd-hybrid/files/patch-modules-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/files/patch-modules-Makefile b/irc/ircd-hybrid/files/patch-modules-Makefile new file mode 100644 index 000000000000..4ecc8966656a --- /dev/null +++ b/irc/ircd-hybrid/files/patch-modules-Makefile @@ -0,0 +1,13 @@ +--- modules/Makefile.in.orig Sun Jun 16 10:31:25 2002 ++++ modules/Makefile.in Tue Jan 6 01:10:40 2004 +@@ -29,8 +29,8 @@ + + prefix = @prefix@ + # Change this later! -- adrian +-moduledir = @prefix@/modules +-automoduledir = @prefix@/modules/autoload ++moduledir = @moduledir@ ++automoduledir = @automoduledir@ + + INCLUDES = -I../include -I../adns $(SSL_INCLUDES) + CPPFLAGS = ${INCLUDES} @CPPFLAGS@ |