1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/cad/alliance/files/patch-sea::src::seroute.sh
Hiroki Sato 8d9f54f0da Add cad/alliance, which is a complete set of free CAD tools and
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)
2004-05-13 18:51:03 +00:00

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
# --------------------------------------------------------------------