diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-30 05:10:26 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-30 05:10:26 +0800 |
commit | 2b1331f86c9c9909653cfe77eefc58539e92a66e (patch) | |
tree | fa42622bb741fc941bf97c8f1898cec8da3c8ad4 /cad/adms/files | |
parent | b50edc880585797147af411c0e8dfe679ef54896 (diff) | |
download | freebsd-ports-gnome-2b1331f86c9c9909653cfe77eefc58539e92a66e.tar.gz freebsd-ports-gnome-2b1331f86c9c9909653cfe77eefc58539e92a66e.tar.zst freebsd-ports-gnome-2b1331f86c9c9909653cfe77eefc58539e92a66e.zip |
ADMS is a code generator that converts electrical compact device models
specified in high-level description language into ready-to-compile c code for
the API of spice simulators.
WWW: http://mot-adms.sourceforge.net/
PR: ports/101014
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'cad/adms/files')
-rw-r--r-- | cad/adms/files/patch-configure | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/cad/adms/files/patch-configure b/cad/adms/files/patch-configure new file mode 100644 index 000000000000..be7bc121c45f --- /dev/null +++ b/cad/adms/files/patch-configure @@ -0,0 +1,46 @@ +--- configure.orig Sat Jul 29 10:30:30 2006 ++++ configure Sat Jul 29 10:31:30 2006 +@@ -1510,9 +1510,6 @@ + ac_config_headers="$ac_config_headers config.h" + + +-# force use of gnu compiler +-CC=gcc +- + # specific configuration. + ac_aux_dir= + for ac_dir in auxconf $srcdir/auxconf; do +@@ -4181,33 +4178,6 @@ + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + SET_MAKE="MAKE=${MAKE-make}" +-fi +- +- +-#force use of flex/bison +-if test "x$LEX" != xflex; then +- { echo "$as_me:$LINENO: WARNING: Program flex not found (found $LEX)" >&5 +-echo "$as_me: WARNING: Program flex not found (found $LEX)" >&2;} +- { { echo "$as_me:$LINENO: error: Please install gnu flex from http://www.gnu.org/software/flex/" >&5 +-echo "$as_me: error: Please install gnu flex from http://www.gnu.org/software/flex/" >&2;} +- { (exit 1); exit 1; }; } +-fi +-if test "x$YACC" != 'xbison -y'; then +- { echo "$as_me:$LINENO: WARNING: Program bison not found (found $YACC)" >&5 +-echo "$as_me: WARNING: Program bison not found (found $YACC)" >&2;} +- { { echo "$as_me:$LINENO: error: Please install gnu bison from http://www.gnu.org/software/bison/" >&5 +-echo "$as_me: error: Please install gnu bison from http://www.gnu.org/software/bison/" >&2;} +- { (exit 1); exit 1; }; } +-fi +- +-#advice use of gcc +-if test "x$CC" != xgcc; then +- { echo "$as_me:$LINENO: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&5 +-echo "$as_me: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&2;} +- { echo "$as_me:$LINENO: WARNING: We advice you to use gcc as C-compiler" >&5 +-echo "$as_me: WARNING: We advice you to use gcc as C-compiler" >&2;} +- { echo "$as_me:$LINENO: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&5 +-echo "$as_me: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&2;} + fi + + # Checks for header files. |