aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gdt/files/patch-Examples-gdsinfo
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-04-29 07:20:02 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-04-29 07:20:02 +0000
commit94b9f329251a3bff0dd4c27f90bedd1f3acce8b4 (patch)
tree1c708646399dda98e9f1a414cb541e54e0c6a79b /cad/gdt/files/patch-Examples-gdsinfo
parentddb959f6344ad59fca82f7d79fea45caff168ce2 (diff)
GDT (graphics data text) format translator written in C/C++ that
converts a binary gdsii file to a text format that is compact and easy to parse.
Diffstat (limited to 'cad/gdt/files/patch-Examples-gdsinfo')
-rw-r--r--cad/gdt/files/patch-Examples-gdsinfo12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gdt/files/patch-Examples-gdsinfo b/cad/gdt/files/patch-Examples-gdsinfo
new file mode 100644
index 000000000000..4841501a4252
--- /dev/null
+++ b/cad/gdt/files/patch-Examples-gdsinfo
@@ -0,0 +1,12 @@
+--- Examples/gdsinfo.orig Sun Apr 29 15:54:57 2007
++++ Examples/gdsinfo Sun Apr 29 15:55:08 2007
+@@ -75,9 +75,6 @@
+ $topCellNames =~ s/\s+/ /g;
+
+ # help find gds2gdt
+-my $uname_s = `/bin/uname -s`; # OS name
+-chomp $uname_s;
+-$ENV{'PATH'} = "/bin:/usr/bin:/user/ic/gnu/$uname_s/bin:".$ENV{'PATH'};
+ my $gds2gdt = which("gds2gdt");
+ unless ($gds2gdt)
+ {