diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-01-21 11:25:24 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-01-21 11:25:24 +0000 |
commit | 50da42e989fdf8b6c3ab72667f27f44d8296addb (patch) | |
tree | 95cc02e87f687cb0f44aa4677fe3d90cf37b313c /irc | |
parent | 8cee290dd8f3c8c5db557efb68e0bb84e1d3b41f (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ru/Makefile | 4 | ||||
-rw-r--r-- | irc/ircd-ru/files/patch-res.c | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 7664076e2ef9..13dd1f54696d 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -63,10 +63,6 @@ CONFIGURE_ARGS+=--enable-select .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64" .endif diff --git a/irc/ircd-ru/files/patch-res.c b/irc/ircd-ru/files/patch-res.c new file mode 100644 index 000000000000..57238525644b --- /dev/null +++ b/irc/ircd-ru/files/patch-res.c @@ -0,0 +1,11 @@ +--- src/res.c.orig Fri Jan 21 02:00:34 2005 ++++ src/res.c Fri Jan 21 02:00:46 2005 +@@ -50,7 +50,7 @@ + * don't do DNS on this ip. */ + + #undef DEBUG /* because theres alot of debug code in here */ +-extern void debug(); ++/* extern void debug(); */ + + struct in_addr reslocaladdr; + |