mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8d9f54f0da
portable libraries for VLSI design. It includes a VHDL compiler and simulator, logic synthesis tools, automatic place and route tools, and portable CMOS libraries. Approved by: linimon (mentor)
18 lines
455 B
Bash
18 lines
455 B
Bash
--- sea/src/seroute.sh.orig Sun May 9 03:43:37 2004
|
|
+++ sea/src/seroute.sh Sun May 9 03:43:53 2004
|
|
@@ -226,10 +226,10 @@
|
|
title
|
|
|
|
|
|
- if [ "`uname`" != "SunOS" ]; then
|
|
- echo "seplace.sh:error: This progam must be run under Solaris."
|
|
- exit 1
|
|
- fi
|
|
+ #if [ "`uname`" != "SunOS" ]; then
|
|
+ # echo "seplace.sh:error: This progam must be run under Solaris."
|
|
+ # exit 1
|
|
+ #fi
|
|
|
|
|
|
# --------------------------------------------------------------------
|