summaryrefslogtreecommitdiff
path: root/devel/nspr/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nspr/patches/patch-af')
-rw-r--r--devel/nspr/patches/patch-af17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/nspr/patches/patch-af b/devel/nspr/patches/patch-af
deleted file mode 100644
index 76c919926f5..00000000000
--- a/devel/nspr/patches/patch-af
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.2 2007/03/18 18:49:47 wiz Exp $
-
---- pr/src/Makefile.in.orig 2006-10-19 00:39:28.000000000 +0000
-+++ pr/src/Makefile.in
-@@ -170,6 +170,12 @@ OS_LIBS = -ldl
- endif
- endif
-
-+ifeq ($(OS_ARCH),NetBSD)
-+ifeq ($(USE_PTHREADS), 1)
-+OS_LIBS = -lpthread
-+endif
-+endif
-+
- ifeq ($(OS_ARCH),HP-UX)
- ifeq ($(USE_PTHREADS), 1)
- ifeq (,$(filter-out B.10.10 B.10.20,$(OS_RELEASE)))