pkgsrc/devel/nspr/patches/patch-af

18 lines
391 B
Text
Raw Normal View History

$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)))