mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +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/seplace.sh.orig Sun May 9 07:29:32 2004
|
|
+++ sea/src/seplace.sh Sun May 9 07:29:49 2004
|
|
@@ -225,10 +225,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
|
|
|
|
|
|
# --------------------------------------------------------------------
|