summaryrefslogtreecommitdiff
path: root/devel/apr/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr/patches/patch-au')
-rw-r--r--devel/apr/patches/patch-au15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/apr/patches/patch-au b/devel/apr/patches/patch-au
deleted file mode 100644
index 376913bae60..00000000000
--- a/devel/apr/patches/patch-au
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-au,v 1.1 2006/10/04 21:51:32 rillig Exp $
-
-NetBSD 3.0 does not have pthread_setconcurrency().
-
---- apr/test/testatomic.c.orig 2005-02-04 21:36:31.000000000 +0100
-+++ apr/test/testatomic.c 2006-10-04 22:30:21.000000000 +0200
-@@ -227,7 +227,7 @@ int main(int argc, char**argv)
- }
-
- printf("APR Atomic Test\n===============\n\n");
--#if !(defined WIN32) && !(defined NETWARE) && !(defined __MVS__) && !(defined DARWIN)
-+#if !(defined WIN32) && !(defined NETWARE) && !(defined __MVS__) && !(defined DARWIN) && !defined(__NetBSD__)
- pthread_setconcurrency(8);
- #endif
- printf("%-60s", "Initializing the context");