From e82850f67de7371b167db65fd5b98823bdf482b3 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 13 Oct 2010 05:00:07 +1100 Subject: portability fix for libsndfile --- src/libsndfile-1-sed.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/libsndfile-1-sed.patch diff --git a/src/libsndfile-1-sed.patch b/src/libsndfile-1-sed.patch new file mode 100644 index 0000000..8ef217f --- /dev/null +++ b/src/libsndfile-1-sed.patch @@ -0,0 +1,14 @@ +# This file is part of mingw-cross-env. +# See doc/index.html for further information. + +--- libsndfile-1.0.23/configure.orig 2010-10-13 02:08:53.000000000 +1100 ++++ libsndfile-1.0.23/configure 2010-10-13 02:14:19.000000000 +1100 +@@ -18485,7 +18485,7 @@ + OS_SPECIFIC_LINKS=" -static-libgcc $OS_SPECIFIC_LINKS" + fi + +-WIN_RC_VERSION=`echo $PACKAGE_VERSION | sed -re "s/p.*//" -e "s/\./,/g"` ++WIN_RC_VERSION=`echo $PACKAGE_VERSION | $SED -re "s/p.*//" -e "s/\./,/g"` + + #------------------------------------------------------------------------------- + -- cgit v0.12