pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
yosys-dev: tcl header inclusion path patch (possibly missed in last commit)
Module Name: pkgsrc-wip
Committed By: Mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Sat Jan 4 14:30:24 2025 +0530
Changeset: 83755e43971627e37433da26bc0dfe2a6c2db439
Modified Files:
yosys-dev/distinfo
Added Files:
yosys-dev/patches/patch-kernel_tclapi.cc
Log Message:
yosys-dev: tcl header inclusion path patch (possibly 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=83755e43971627e37433da26bc0dfe2a6c2db439
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
yosys-dev/distinfo | 2 +-
yosys-dev/patches/patch-kernel_tclapi.cc | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diffs:
diff --git a/yosys-dev/distinfo b/yosys-dev/distinfo
index 80f92cc86f..1ba8ecdf97 100644
--- a/yosys-dev/distinfo
+++ b/yosys-dev/distinfo
@@ -5,4 +5,4 @@ SHA512 (yosys-0.48/yosys.tar.gz) = c76756171dcff7f7281e19ad94ffde7498965799841c6
Size (yosys-0.48/yosys.tar.gz) = 9679731 bytes
SHA1 (patch-Makefile) = db77fa7d0274a1f11290e46ee92dfc80b7d88556
SHA1 (patch-kernel_driver.cc) = 4b0b0ffd2a7e3757bdf87728460e34831f2075aa
-SHA1 (patch-kernel_tclapi.cc) = 1000ddf2455aabfe9c70893e51b87ed6389bdd03
+SHA1 (patch-kernel_tclapi.cc) = 1394b3ec7961bd5455ba8d9d22f10c3c24af4d04
diff --git a/yosys-dev/patches/patch-kernel_tclapi.cc b/yosys-dev/patches/patch-kernel_tclapi.cc
new file mode 100644
index 0000000000..b246cf95c3
--- /dev/null
+++ b/yosys-dev/patches/patch-kernel_tclapi.cc
@@ -0,0 +1,17 @@
+$NetBSD$
+
+pkgsrc specific tcl header inclusion path
+
+--- kernel/tclapi.cc.orig 2025-01-04 08:43:33.097801805 +0000
++++ kernel/tclapi.cc
+@@ -23,8 +23,8 @@
+
+ #ifdef YOSYS_ENABLE_TCL
+ #include <tcl.h>
+-#include <tclTomMath.h>
+-#include <tclTomMathDecls.h>
++#include <tcl/generic/tclTomMath.h>
++#include <tcl/generic/tclTomMathDecls.h>
+ #endif
+
+ YOSYS_NAMESPACE_BEGIN
Home |
Main Index |
Thread Index |
Old Index