pkgsrc-WIP-changes archive

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

partio: uses threads



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Sat Nov 11 14:12:27 2023 +0100
Changeset:	b1ce685d8405e6b782f3487bc881563858f5f90f

Modified Files:
	partio/Makefile

Log Message:
partio: uses threads

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1ce685d8405e6b782f3487bc881563858f5f90f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 partio/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/partio/Makefile b/partio/Makefile
index fbcae477aa..0937eda1e4 100644
--- a/partio/Makefile
+++ b/partio/Makefile
@@ -10,4 +10,5 @@ CMAKE_CONFIGURE_ARGS+=	-DPARTIO_BUILD_SHARED_LIBS:BOOL=ON
 .include "../../devel/cmake/build.mk"
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index