# HG changeset patch # User Tony Theodore # Date 1286906407 -39600 # Node ID e2660511c7b83c65e0b599c4a04d692bfa0013f7 # Parent 969696473158aeb95a1d7528b28d95b9ef0656d4 portability fix for libsndfile diff -r 969696473158 -r e2660511c7b8 src/libsndfile-1-sed.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/libsndfile-1-sed.patch Wed Oct 13 05:00:07 2010 +1100 @@ -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"` + + #------------------------------------------------------------------------------- +