pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9b5f7
)
Add git-base and mozilla-rootcerts-openssl as tool dependencies
author
Lloyd Parkes
<lloyd@must-have-coffee.gen.nz>
Sun, 30 Oct 2022 18:59:07 +0000
(07:59 +1300)
committer
Lloyd Parkes
<lloyd@must-have-coffee.gen.nz>
Tue, 1 Nov 2022 00:47:27 +0000
(13:47 +1300)
because yosys downloads abc from Github at build time.
yosys/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/yosys/Makefile
b/yosys/Makefile
index 55cc1d0d4a40c379bf7e710bfa17cd407c1cbcc4..183eb63bd054b881a4a5b161cc55f569e517f5d9 100644
(file)
--- a/
yosys/Makefile
+++ b/
yosys/Makefile
@@
-61,6
+61,9
@@
SUBST_FILES.python+= tests/tools/txt2tikztiming.py
BUILDLINK_TRANSFORM= rm:-ldl
.endif
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+TOOL_DEPENDS+= mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
+
do-configure:
${RUN} ${ECHO} 'CONFIG := ${YOSYS_CONFIG}' > ${WRKSRC}/Makefile.conf