pkgsrc-wip/ReZound/patches/patch-af
Thomas Klausner db7a7101aa Update to 0.12.0beta:
Notes:
This release adds a few new major features and some overdue bug fixes.

Changes:
- Implemented Macros.  Now, if you often repeat a sequence of edits,
  you can record this sequence, and play them back unattendedly on
  different files.
- Implemented user-definable key-bindings.  Now a user can customize
  what he wants keys on the keyboard to do in ReZound.
- Added a new Remaster action which can "shorten quiet areas".
  That is, it finds quiet areas and automatically shortens these by
  some given amount.  It's great for [sic]
- Enhanced the Burn To CD action.  More feedback to the user.
- Included a new Finnish thanks to Uffek
- There is new 'M' column in the loaded sound list to indicate
  which files are in a "modified" state.
- Updated other translation files
- Compiles with latest FOX releases
- Several other bug fixes and cosmetic tweaks
2005-07-25 13:41:54 +00:00

13 lines
545 B
Text

$NetBSD: patch-af,v 1.3 2005/07/25 13:41:54 thomasklausner Exp $
--- configure.orig 2005-05-01 06:59:59.000000000 +0200
+++ configure
@@ -5769,7 +5769,7 @@ fi
done
test -n "$YACC" || YACC="yacc"
- expr z"$YACC" : z"bison.*" >/dev/null || { { echo "$as_me:$LINENO: error: bison not found (and yacc will not work)" >&5
+ expr "$YACC" : ".*bison.*" >/dev/null || { { echo "$as_me:$LINENO: error: bison not found (and yacc will not work)" >&5
echo "$as_me: error: bison not found (and yacc will not work)" >&2;}
{ (exit 1); exit 1; }; }