pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/poppler-utils
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Sep 1 20:52:24 UTC 2018
Modified Files:
pkgsrc/print/poppler-utils: Makefile
Log Message:
Remove pthread-stublib dependency.
This was conditional for NetBSD 1.x and 2.x only.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/poppler-utils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/poppler-utils/Makefile
diff -u pkgsrc/print/poppler-utils/Makefile:1.39 pkgsrc/print/poppler-utils/Makefile:1.40
--- pkgsrc/print/poppler-utils/Makefile:1.39 Tue Apr 17 05:20:34 2018
+++ pkgsrc/print/poppler-utils/Makefile Sat Sep 1 20:52:24 2018
@@ -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"
Home |
Main Index |
Thread Index |
Old Index