pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
got-portable: add missing dependencies for Linux.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Thu Jun 23 00:31:27 2022 +0200
Changeset: ec3d951491e69f6a0dfc841f0a51bcc7aa6916ab
Modified Files:
got-portable/Makefile
Log Message:
got-portable: add missing dependencies for Linux.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec3d951491e69f6a0dfc841f0a51bcc7aa6916ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
got-portable/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diffs:
diff --git a/got-portable/Makefile b/got-portable/Makefile
index 473957c390..136ca094e9 100644
--- a/got-portable/Makefile
+++ b/got-portable/Makefile
@@ -31,6 +31,12 @@ post-patch:
${RM} -f ${WRKSRC}/openbsd-compat/sha1.h
.endif
+.if ${OPSYS} == "Linux"
+# compatibility macros and functions for Linux.
+.include "../../devel/libbsd/buildlink3.mk"
+.include "../../wip/libmd/buildlink3.mk"
+.endif
+
# For set_panel_userptr(3)'s second argument and waddwstr(3).
.include "../../devel/ncursesw/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index