diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-29 18:21:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-29 18:21:06 +0000 |
commit | 56921ad5ba57f5f43e1eac7f64b260007eaadd32 (patch) | |
tree | 8f76a6916af9fed03461ac9961c703673a7b812b /irc/ircd-hybrid/files/patch-modules-Makefile | |
parent | 1. Update 1.0.3 --> 1.3-rc7 (diff) |
Rename patch files.
Port is still broken though.
Submitted by: maintainer
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@ |