pkgsrc-WIP-changes archive

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

herbe: Add pthread.buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Nov 8 08:37:09 2023 -0500
Changeset:	37db096078228fa41db1dd17edf06b1b189de569

Modified Files:
	herbe/Makefile

Log Message:
herbe: Add pthread.buildlink3.mk

This uses -pthread in Makefile, so force an implementation.  Likely
this does not matter on any modern system.

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

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

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

diffs:
diff --git a/herbe/Makefile b/herbe/Makefile
index 0c3722f2fb..fda1d3834d 100644
--- a/herbe/Makefile
+++ b/herbe/Makefile
@@ -22,6 +22,7 @@ INSTALLATION_DIRS+=	${DOC_DIR}
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/README.md ${DESTDIR}${DOC_DIR}
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"


Home | Main Index | Thread Index | Old Index