aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircd-hybrid/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-03-15 09:29:31 +0800
committersteve <steve@FreeBSD.org>1999-03-15 09:29:31 +0800
commitc0316dee0b5e085c7927871d99e19daaeb31c6a7 (patch)
tree23542471bf213833a71d2cafdb8af3f6b485448d /irc/ircd-hybrid/files
parent6766bc2ea33abfaa2613bc7663a0db7ee9493a66 (diff)
downloadfreebsd-ports-gnome-c0316dee0b5e085c7927871d99e19daaeb31c6a7.tar.gz
freebsd-ports-gnome-c0316dee0b5e085c7927871d99e19daaeb31c6a7.tar.zst
freebsd-ports-gnome-c0316dee0b5e085c7927871d99e19daaeb31c6a7.zip
Update to version 5.3p6.
PR: 10359 Submitted by: maintainer
Diffstat (limited to 'irc/ircd-hybrid/files')
-rw-r--r--irc/ircd-hybrid/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/files/patch-ae b/irc/ircd-hybrid/files/patch-ae
new file mode 100644
index 000000000000..aeb98807fd57
--- /dev/null
+++ b/irc/ircd-hybrid/files/patch-ae
@@ -0,0 +1,11 @@
+--- tools/Makefile.in.orig Tue Mar 2 16:00:14 1999
++++ tools/Makefile.in Tue Mar 2 16:01:04 1999
+@@ -22,7 +22,7 @@
+ $(CC) -o chkconf $(chkconf_OBJECTS) ${IRCDLIBS}
+
+ mkpasswd: $(mkpasswd_OBJECTS)
+- $(CC) -o mkpasswd $(mkpasswd_OBJECTS) $(IRCDLIBS)
++ $(CC) -o ircd-mkpasswd $(mkpasswd_OBJECTS) $(IRCDLIBS)
+
+ viconf: viconf.o
+ $(CC) -o viconf viconf.o ${IRCDLIBS}