From 81ac86fce472d897c837a4da115a82b4d50da65d Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 17 Oct 2006 20:20:26 +0000 Subject: Fixed "test ==", as reported in PR 34840. --- time/sunbird/distinfo | 3 ++- time/sunbird/patches/patch-el | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 time/sunbird/patches/patch-el (limited to 'time') diff --git a/time/sunbird/distinfo b/time/sunbird/distinfo index c72b35ec28f..38dd702571b 100644 --- a/time/sunbird/distinfo +++ b/time/sunbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2006/10/12 13:42:34 ghen Exp $ +$NetBSD: distinfo,v 1.6 2006/10/17 20:20:26 rillig Exp $ SHA1 (sunbird-0.3.source.tar.bz2) = 9c498789d428b1f6a5abcb5a690a6d977553dce5 RMD160 (sunbird-0.3.source.tar.bz2) = a5b71c40be6e6739b9ad558dfac8d2b714709e3c @@ -64,3 +64,4 @@ SHA1 (patch-eh) = 2eca0d714a88eac56732424c70f4049f667bdd6a SHA1 (patch-ei) = b42438f95e68bb761bf69b5c5b7c0edfda462e2c SHA1 (patch-ej) = 2fa7456d555af1914e5368dec611685c433dd6eb SHA1 (patch-ek) = 663dc7b550ee5ee8fae36ed0a3fd33cf648424a9 +SHA1 (patch-el) = a3de4f5b9ff7939c5c4b970b7060154044958db0 diff --git a/time/sunbird/patches/patch-el b/time/sunbird/patches/patch-el new file mode 100644 index 00000000000..46860ee1959 --- /dev/null +++ b/time/sunbird/patches/patch-el @@ -0,0 +1,13 @@ +$NetBSD: patch-el,v 1.1 2006/10/17 20:20:26 rillig Exp $ + +--- build/autoconf/mozconfig2configure.orig 2006-02-23 10:36:14.000000000 +0100 ++++ build/autoconf/mozconfig2configure 2006-10-17 22:00:31.000000000 +0200 +@@ -79,7 +79,7 @@ ac_add_options() { + ac_add_app_options() { + APP=$1 + shift; +- if [ "$APP" == "$MOZ_BUILD_APP" ]; then ++ if [ "$APP" = "$MOZ_BUILD_APP" ]; then + ac_add_options "$*"; + fi + } -- cgit v1.2.3