summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-19 08:34:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-19 08:34:30 +0000
commit3ec3c4657070fa69ff04d46ad0fa55f82fef8a9b (patch)
treea0f34bc5a8300632ee9a225c2cabc9bdeb171329 /irc
parentUpgrade to 7.2, it's part of postgresql. (diff)
Allow this to build on releng4 again.
Notes
Notes: svn path=/head/; revision=54889
Diffstat (limited to 'irc')
-rw-r--r--irc/tirc/files/patch-config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/tirc/files/patch-config.h.in b/irc/tirc/files/patch-config.h.in
new file mode 100644
index 000000000000..9287b94f0d98
--- /dev/null
+++ b/irc/tirc/files/patch-config.h.in
@@ -0,0 +1,12 @@
+--- config.h.in.orig Fri May 14 13:02:47 1999
++++ config.h.in Fri Feb 15 14:17:49 2002
+@@ -301,4 +301,9 @@
+
++#ifdef __FreeBSD__
++#include <sys/param.h>
++#endif
++#if __FreeBSD_version < 430000
+ /* Define if you have the <sys/select.h> header file. */
+ #undef HAVE_SYS_SELECT_H
++#endif
+