pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler-utils Remove pthread-stublib dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/689fd5ee9c6a
branches:  trunk
changeset: 384696:689fd5ee9c6a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 01 20:52:24 2018 +0000

description:
Remove pthread-stublib dependency.

This was conditional for NetBSD 1.x and 2.x only.

diffstat:

 print/poppler-utils/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r b6bde0c6ead9 -r 689fd5ee9c6a print/poppler-utils/Makefile
--- a/print/poppler-utils/Makefile      Sat Sep 01 20:46:07 2018 +0000
+++ b/print/poppler-utils/Makefile      Sat Sep 01 20:52:24 2018 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index