pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/got
Module Name: pkgsrc
Committed By: vins
Date: Sat Mar 22 12:51:45 UTC 2025
Modified Files:
pkgsrc/devel/got: Makefile
Log Message:
devel/got: threads required
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/got/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.17 pkgsrc/devel/got/Makefile:1.18
--- pkgsrc/devel/got/Makefile:1.17 Sat Mar 22 10:37:27 2025
+++ pkgsrc/devel/got/Makefile Sat Mar 22 12:51:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/03/22 10:37:27 vins Exp $
+# $NetBSD: Makefile,v 1.18 2025/03/22 12:51:45 vins Exp $
DISTNAME= got-portable-0.109
PKGNAME= ${DISTNAME:S/-portable//}
@@ -112,6 +112,10 @@ SUBST_SED.ncursesw+= -e "s:gnupanelw:pan
.endif
SUBST_SED.ncursesw+= -e "s:panelw:panel:g"
+# tog(1) uses POSIX threads
+.include "../../mk/pthread.buildlink3.mk"
+PTHREAD_OPTS+= require
+
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index