diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-08-29 04:48:19 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-08-29 04:48:19 +0000 |
commit | 1adff7752448f34b01f989680d7dee1442b6b413 (patch) | |
tree | 1bb213bbaa0e79d0e4d554117afdfe7f76c27051 /irc/tirc/files/patch-config.h.in | |
parent | Recognize diablo-jdk16 and bump PORTREVISION. (diff) |
- Deprecated, deorbit
Notes
Notes:
svn path=/head/; revision=219399
Diffstat (limited to 'irc/tirc/files/patch-config.h.in')
-rw-r--r-- | irc/tirc/files/patch-config.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/irc/tirc/files/patch-config.h.in b/irc/tirc/files/patch-config.h.in deleted file mode 100644 index 9287b94f0d98..000000000000 --- a/irc/tirc/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 - |