diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 12:57:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 12:57:11 +0000 |
commit | 075f6d5d1d3bff9cfcf8462d2e97c02587c892d5 (patch) | |
tree | c49e5fec64056d1c8217a0a41397312702687aea /parallel/dqs/patches/patch-ab | |
parent | 4ad409b8275af80a00b5b35b88d79bc3b0c384a0 (diff) | |
download | pkgsrc-075f6d5d1d3bff9cfcf8462d2e97c02587c892d5.tar.gz |
Use config.* from pkgrsc.
Add DragonFly support.
Fix errno usage.
Force traditional cpp for Makefile generation.
Diffstat (limited to 'parallel/dqs/patches/patch-ab')
-rw-r--r-- | parallel/dqs/patches/patch-ab | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/parallel/dqs/patches/patch-ab b/parallel/dqs/patches/patch-ab index 0aad598012a..cc553c5ed8e 100644 --- a/parallel/dqs/patches/patch-ab +++ b/parallel/dqs/patches/patch-ab @@ -1,13 +1,14 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/06/26 20:23:42 agc Exp $ +$NetBSD: patch-ab,v 1.2 2006/06/04 12:57:11 joerg Exp $ ---- SRC/globals.h 2000/12/12 07:24:12 1.8 -+++ SRC/globals.h 2002/09/18 11:13:49 -@@ -246,7 +246,7 @@ +--- SRC/globals.h.orig 2000-12-12 07:24:12.000000000 +0000 ++++ SRC/globals.h +@@ -245,8 +245,7 @@ static char globals_rcsid[]="$Id: global + * *--------------------------------------------------*/ - extern int errno; +-extern int errno; -#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >=2) && !(defined(__FreeBSD__) & defined(__GNUC__) && __GNUC__ >=2) -+#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >=2) && !(defined(__FreeBSD__) & defined(__GNUC__) && __GNUC__ >=2) && !defined(__NetBSD__) ++#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >=2) && !(defined(__FreeBSD__) & defined(__GNUC__) && __GNUC__ >=2) && !defined(__NetBSD__) && !defined(__DragonFly__) extern char *sys_errlist[]; #endif #ifdef MAINPROGRAM |