summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-09-01 20:52:24 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-09-01 20:52:24 +0000
commit73970d32851cc22eaf2eb3fd61597c5142172576 (patch)
treec748c059af84dec3faab3f96856c84595dac3e6e /print
parentf995cf64504e6e03875fc7dc2a0bd64dadc6cdfb (diff)
downloadpkgsrc-73970d32851cc22eaf2eb3fd61597c5142172576.tar.gz
Remove pthread-stublib dependency.
This was conditional for NetBSD 1.x and 2.x only.
Diffstat (limited to 'print')
-rw-r--r--print/poppler-utils/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index 71a3feed795..d1012275f70 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2018/04/17 05:20:34 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2018/09/01 20:52:24 bsiegert Exp $
.include "../../print/poppler/Makefile.common"
@@ -32,13 +32,7 @@ INSTALL_DIRS= utils
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MNetBSD-[12].*)
-.include "../../devel/pthread-stublib/buildlink3.mk"
-PTHREAD_STUBLIB= "-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpthstub"
-.else
-PTHREAD_STUBLIB= # provided by libc
-.endif
-MAKE_ENV+= PTHREAD_STUBLIB=${PTHREAD_STUBLIB}
+MAKE_ENV+= PTHREAD_STUBLIB=
.include "../../graphics/cairo/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"