# HG changeset patch # User Mark Brand # Date 1266456678 -3600 # Node ID 910f052c405c9f357bd6f8947459de2889799d69 # Parent 90867b656d128d2d30fdba987ecf889f252f00d3 upgrade package vmime to 0.9.1-svn-r534 Fix for invoking bash from bootstrap script. diff -r 90867b656d12 -r 910f052c405c src/vmime-0.9.1-svn-r534-20100218.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/vmime-0.9.1-svn-r534-20100218.patch Thu Feb 18 02:31:18 2010 +0100 @@ -0,0 +1,12 @@ +This file is part of mingw-cross-env. +See doc/index.html for further information. + +diff -urN a/bootstrap b/bootstrap +--- a/bootstrap 2010-02-18 02:25:13.325568851 +0100 ++++ b/bootstrap 2010-02-18 02:26:04.310693246 +0100 +@@ -1,4 +1,5 @@ + #! /bin/bash ++#! /usr/bin/env bash + # + # Bootstrap file for 'autotools' build + # diff -r 90867b656d12 -r 910f052c405c src/vmime.mk --- a/src/vmime.mk Sat Feb 20 05:23:09 2010 +0100 +++ b/src/vmime.mk Thu Feb 18 02:31:18 2010 +0100 @@ -33,7 +33,6 @@ sendmail_path=/sbin/sendmail $(SED) -i 's,libtoolize ,$(LIBTOOLIZE) ,' '$(1)'/bootstrap - $(SED) -i 's,/bin/bash,/usr/bin/env bash,' '$(1)'/bootstrap cd '$(1)' && ./bootstrap cd '$(1)' && ./configure \ --prefix='$(PREFIX)/$(TARGET)' \