pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ghdl-yosys-plugin: wip/ghdl-dev dep updated, gcc-aux dep removed for Linux
Module Name: pkgsrc-wip
Committed By: Mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Wed Jan 29 19:59:42 2025 +0530
Changeset: 4362d76e7328af285e9cfc8906adadbd13e31e38
Modified Files:
ghdl-yosys-plugin/Makefile
Log Message:
ghdl-yosys-plugin: wip/ghdl-dev dep updated, gcc-aux dep removed for Linux
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4362d76e7328af285e9cfc8906adadbd13e31e38
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ghdl-yosys-plugin/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diffs:
diff --git a/ghdl-yosys-plugin/Makefile b/ghdl-yosys-plugin/Makefile
index fd7e1ad66b..6077367230 100644
--- a/ghdl-yosys-plugin/Makefile
+++ b/ghdl-yosys-plugin/Makefile
@@ -22,7 +22,11 @@ USE_TOOLS+= gmake
TOOL_DEPENDS+= yosys-[0-9]*:../../wip/yosys-dev
-DEPENDS+= ghdl-dev-5.*:../../wip/ghdl-dev
-DEPENDS+= gcc10-aux-10.*:../../lang/gcc10-aux
+DEPENDS+= ghdl-4.1.*:../../wip/ghdl-dev
.include "../../mk/bsd.pkg.mk"
+#
+# gcc6-aux dependency is not met on Linux. Hence we use native gnat on Linux
+.if ${OPSYS} != "Linux"
+DEPENDS+= gcc10-aux-10.*:../../lang/gcc10-aux
+.endif
Home |
Main Index |
Thread Index |
Old Index