pkgsrc-WIP-changes archive

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

ghdl-yosys-plugin: libgnat.so needed at runtime, added as runtime dep



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jan 21 11:12:57 2025 +0530
Changeset:	64814c85ddc96e5aab10134edf58196a0a3de47c

Modified Files:
	ghdl-yosys-plugin/Makefile

Log Message:
ghdl-yosys-plugin: libgnat.so needed at runtime, added as runtime dep

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

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

diffstat:
 ghdl-yosys-plugin/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/ghdl-yosys-plugin/Makefile b/ghdl-yosys-plugin/Makefile
index 5cbc62b544..fd7e1ad66b 100644
--- a/ghdl-yosys-plugin/Makefile
+++ b/ghdl-yosys-plugin/Makefile
@@ -23,5 +23,6 @@ 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
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index