diff options
Diffstat (limited to 'biology/ncbi-toolkit/files/patch-ncbilcl.fbd')
-rw-r--r-- | biology/ncbi-toolkit/files/patch-ncbilcl.fbd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/biology/ncbi-toolkit/files/patch-ncbilcl.fbd b/biology/ncbi-toolkit/files/patch-ncbilcl.fbd deleted file mode 100644 index 75dae534e758..000000000000 --- a/biology/ncbi-toolkit/files/patch-ncbilcl.fbd +++ /dev/null @@ -1,18 +0,0 @@ ---- corelib/ncbilcl.fbd.orig Sat Nov 23 07:05:04 2002 -+++ corelib/ncbilcl.fbd Sat May 3 10:06:18 2003 -@@ -67,6 +67,7 @@ - /*----------------------------------------------------------------------*/ - #define SYSV_IPC_AVAIL /* System V Interprocess Communication available */ - #define _POSIX_C_SOURCE 199309L -+#define _XOPEN_SOURCE 600 /* req. for 5.0 */ - #define HAVE_STRCASECMP 1 - #define HAVE_STRDUP 1 - -@@ -87,6 +88,7 @@ - #include <errno.h> - #include <float.h> - #include <unistd.h> -+#include <sys/select.h> /* req. for 5.0. fd_set def. moved from types.h */ - - /* Check if there are POSIX threads available */ - #ifdef _POSIX_THREADS |