diff options
Diffstat (limited to 'app-sci/tbass/files/tbass-20030204-tech-verilog-configure.patch')
-rw-r--r-- | app-sci/tbass/files/tbass-20030204-tech-verilog-configure.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-sci/tbass/files/tbass-20030204-tech-verilog-configure.patch b/app-sci/tbass/files/tbass-20030204-tech-verilog-configure.patch new file mode 100644 index 000000000000..16c7d6e6189b --- /dev/null +++ b/app-sci/tbass/files/tbass-20030204-tech-verilog-configure.patch @@ -0,0 +1,33 @@ +*** balsa-tech-verilog-20030204/configure.old Thu Mar 13 16:51:29 2003 +--- balsa-tech-verilog-20030204/configure Thu Mar 13 16:51:32 2003 +*************** +*** 1610,1623 **** + fi + + +! if test ${BALSA_CONFIG}; then : +! else +! { { echo "$as_me:$LINENO: error: cannot find required balsa-config, install Balsa and add it to your path" >&5 +! echo "$as_me: error: cannot find required balsa-config, install Balsa and add it to your path" >&2;} +! { (exit 1); exit 1; }; } +! fi + +! ac_default_prefix=`${BALSA_CONFIG} -d` + prefix=${ac_default_prefix} + echo installed Balsa prefix is: ${ac_default_prefix} + +--- 1610,1623 ---- + fi + + +! #if test ${BALSA_CONFIG}; then : +! #else +! # { { echo "$as_me:$LINENO: error: cannot find required balsa-config, install Balsa and add it to your path" >&5 +! #echo "$as_me: error: cannot find required balsa-config, install Balsa and add it to your path" >&2;} +! # { (exit 1); exit 1; }; } +! #fi + +! ac_default_prefix=/usr + prefix=${ac_default_prefix} + echo installed Balsa prefix is: ${ac_default_prefix} + |