diff options
Diffstat (limited to 'sci-electronics/balsa/files/balsa-tech-3.4-configure.patch')
-rw-r--r-- | sci-electronics/balsa/files/balsa-tech-3.4-configure.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sci-electronics/balsa/files/balsa-tech-3.4-configure.patch b/sci-electronics/balsa/files/balsa-tech-3.4-configure.patch deleted file mode 100644 index 40218be3c8a0..000000000000 --- a/sci-electronics/balsa/files/balsa-tech-3.4-configure.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -cr balsa-tech-example-3.4.orig/configure balsa-tech-example-3.4/configure -*** balsa-tech-example-3.4.orig/configure Thu May 27 14:44:05 2004 ---- balsa-tech-example-3.4/configure Mon Jul 26 23:01:55 2004 -*************** -*** 1610,1625 **** - 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 - - echo "$as_me:$LINENO: checking installed Balsa directory" >&5 - echo $ECHO_N "checking installed Balsa directory... $ECHO_C" >&6 -! ac_default_prefix=`${BALSA_CONFIG} -d` - prefix=${ac_default_prefix} - echo "$as_me:$LINENO: result: ${ac_default_prefix}" >&5 - echo "${ECHO_T}${ac_default_prefix}" >&6 ---- 1610,1626 ---- - 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 - - echo "$as_me:$LINENO: checking installed Balsa directory" >&5 - echo $ECHO_N "checking installed Balsa directory... $ECHO_C" >&6 -! #ac_default_prefix=`${BALSA_CONFIG} -d` -! ac_default_prefix=/usr - prefix=${ac_default_prefix} - echo "$as_me:$LINENO: result: ${ac_default_prefix}" >&5 - echo "${ECHO_T}${ac_default_prefix}" >&6 |