From 05c5d5cc2dd6a31129b57f94b969cb665b911028 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 16 Apr 2014 21:02:19 +0000 Subject: Kill a substituation that /bin/sh on NetBSD objects to. --- editors/emacs-snapshot/distinfo | 3 ++- editors/emacs-snapshot/patches/patch-configure.ac | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 editors/emacs-snapshot/patches/patch-configure.ac diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index 801650dbf5a..061882d367b 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.65 2014/01/10 02:11:28 minskim Exp $ +$NetBSD: distinfo,v 1.66 2014/04/16 21:02:19 joerg Exp $ SHA1 (emacs-snapshot_20140101.orig.tar.xz) = b5241baa81e1ed8a694caf29aa11cd7602d60b61 RMD160 (emacs-snapshot_20140101.orig.tar.xz) = 6bd8e699b7520612b1f4b731dff2654ed528c9d9 @@ -6,4 +6,5 @@ Size (emacs-snapshot_20140101.orig.tar.xz) = 23162636 bytes SHA1 (patch-ad) = 61769812ed721e8d881a954983bbdbba01537104 SHA1 (patch-ae) = 2dfe31015550feeaa47955136d3bbe2aa6790095 SHA1 (patch-ag) = e30b57d3536e31adbd5b0f0c91696de0de2c0f35 +SHA1 (patch-configure.ac) = d70c1f67e1ecc42ca19aab6ca32819008f0e7f56 SHA1 (patch-src_process.c) = e3e9ae43f4bfa373e51eb3e6a1f864ebf1bbc308 diff --git a/editors/emacs-snapshot/patches/patch-configure.ac b/editors/emacs-snapshot/patches/patch-configure.ac new file mode 100644 index 00000000000..d13091b1cd5 --- /dev/null +++ b/editors/emacs-snapshot/patches/patch-configure.ac @@ -0,0 +1,13 @@ +$NetBSD: patch-configure.ac,v 1.1 2014/04/16 21:02:19 joerg Exp $ + +--- configure.ac.orig 2014-04-16 19:32:38.000000000 +0000 ++++ configure.ac +@@ -34,7 +34,7 @@ then + # "/c/foo/bar", to simplify later conversions to native Windows + # format ("c:/foo/bar") + srcdir=`cd "${srcdir}" && pwd -W` +- srcdir="/${srcdir:0:1}${srcdir:2}" ++ #srcdir="/${srcdir:0:1}${srcdir:2}" + ;; + esac + fi -- cgit v1.2.3