changeset 790:910f052c405c

upgrade package vmime to 0.9.1-svn-r534 Fix for invoking bash from bootstrap script.
author Mark Brand <mabrand@mabrand.nl>
date Thu, 18 Feb 2010 02:31:18 +0100
parents 90867b656d12
children 4d838a936a8f
files src/vmime-0.9.1-svn-r534-20100218.patch src/vmime.mk
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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
+ #
--- 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)' \