On 02/12/2018 16:55, Andreas Beck wrote:
correction:
Instead of your proposed change, can you try the following patch in its
place and report back if it has resolved the issue for you, please
Index: devel/snappy/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/snappy/Makefile,v
retrieving revision 1.12
diff -u -p -u -r1.12 Makefile
--- devel/snappy/Makefile 27 Aug 2017 09:13:16 -0000 1.12
+++ devel/snappy/Makefile 2 Dec 2018 21:07:35 -0000
@@ -16,6 +16,7 @@ USE_LANGUAGES= c c++
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
+.include "../../mk/pthread.buildlink3.mk"
.include "../../archivers/lzo/buildlink3.mk"
.include "../../devel/googletest/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Sevan