pkgsrc-WIP-changes archive

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

OpenSTA: Commiting patch missed in last commit



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Feb 16 20:37:12 2025 +0530
Changeset:	24dc506432de066b7a0efef4abf435194af21073

Added Files:
	OpenSTA/patches/patch-search_Sta.cc

Log Message:
OpenSTA: Commiting patch missed in last commit

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

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

diffstat:
 OpenSTA/patches/patch-search_Sta.cc | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diffs:
diff --git a/OpenSTA/patches/patch-search_Sta.cc b/OpenSTA/patches/patch-search_Sta.cc
new file mode 100644
index 0000000000..fa59b114ea
--- /dev/null
+++ b/OpenSTA/patches/patch-search_Sta.cc
@@ -0,0 +1,18 @@
+$NetBSD$
+
+https://github.com/parallaxsw/OpenSTA/issues/217
+
+--- search/Sta.cc.orig	2025-02-16 14:45:45.204666451 +0000
++++ search/Sta.cc
+@@ -364,7 +364,11 @@ Sta::updateComponentsState()
+ void
+ Sta::makeReport()
+ {
++#ifdef NOTCLREPORT
++  report_ = new Report();
++#else
+   report_ = new ReportTcl();
++#endif
+ }
+ 
+ void


Home | Main Index | Thread Index | Old Index