freebsd-ports/cad/alliance/files/patch-sea::src::sea.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

19 lines
510 B
Bash

--- sea/src/sea.sh.orig Sun May 9 03:42:49 2004
+++ sea/src/sea.sh Sun May 9 03:43:32 2004
@@ -376,11 +376,11 @@
exit 1
fi
- if [ "`uname`" != "SunOS" ]; then
- echo "sea.sh:error: Must be run only under Solaris OS."
- echo " (current OS : \"$ALLIANCE_OS\")"
- exit 1
- fi
+ #if [ "`uname`" != "SunOS" ]; then
+ # echo "sea.sh:error: Must be run only under Solaris OS."
+ # echo " (current OS : \"$ALLIANCE_OS\")"
+ # exit 1
+ #fi
if [ "$devel" = "y" ]; then