freebsd-ports/cad/gdt/files/patch-Examples-gdsinfo
Hiroki Sato 94b9f32925 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.
2007-04-29 07:20:02 +00:00

12 lines
354 B
Text

--- 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)
{