Re: OSX 10.6 support
authorngreply <ngreply@gmx.net>
Wed, 9 Oct 2013 14:46:08 +0000 (07:46 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:57:20 +0000 (09:57 -0800)
87/656a70f16e4ee74639f3f90ef7fb88e11e345f [new file with mode: 0644]

diff --git a/87/656a70f16e4ee74639f3f90ef7fb88e11e345f b/87/656a70f16e4ee74639f3f90ef7fb88e11e345f
new file mode 100644 (file)
index 0000000..00dee09
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <ngreply@gmx.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 52259431FAF\r
+       for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 07:46:13 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.314\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.314 tagged_above=-999 required=5\r
+       tests=[FREEMAIL_FROM=0.001, URI_HEX=1.313] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id U7Khypuq0D-V for <notmuch@notmuchmail.org>;\r
+       Wed,  9 Oct 2013 07:46:09 -0700 (PDT)\r
+Received: from sam.nabble.com (sam.nabble.com [216.139.236.26])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 6677F431FAE\r
+       for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 07:46:09 -0700 (PDT)\r
+Received: from ben.nabble.com ([192.168.236.152])\r
+       by sam.nabble.com with esmtp (Exim 4.72)\r
+       (envelope-from <ngreply@gmx.net>) id 1VTv1c-0003AN-5N\r
+       for notmuch@notmuchmail.org; Wed, 09 Oct 2013 07:46:08 -0700\r
+Date: Wed, 9 Oct 2013 07:46:08 -0700 (PDT)\r
+From: ngreply <ngreply@gmx.net>\r
+To: notmuch@notmuchmail.org\r
+Message-ID: <1381329968134-4029043.post@n3.nabble.com>\r
+In-Reply-To:\r
+ <CAMYZu8VB57ht_b4i7kWkRJ2Z4BOy+G27DXE8sn1ODKDcMG9YKQ@mail.gmail.com>\r
+References:\r
+ <CAMYZu8VB57ht_b4i7kWkRJ2Z4BOy+G27DXE8sn1ODKDcMG9YKQ@mail.gmail.com>\r
+Subject: Re: OSX 10.6 support\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Transfer-Encoding: 7bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 09 Oct 2013 14:46:13 -0000\r
+\r
+Hello,\r
+\r
+do not know, if it's done right, but this patch fixed my compilation of\r
+notmuch-0.16 on OSX 10.6:\r
+\r
+diff Makefile.local.org Makefile.local     \r
+287c287\r
+<      $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules)\r
+$(FINAL_NOTMUCH_LDFLAGS) -o $@\r
+---\r
+>      $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules)\r
+> util/libutil.a $(FINAL_NOTMUCH_LDFLAGS) -o $@ \r
+\r
+\r
+The same error about missing symbols while compiling target notmuch-shared\r
+came up when I've tried to install notmuch via Macports.\r
+\r
+  Thanks to all contributors for this great tool.\r
+\r
+  Regards, \r
+\r
+  Oliver\r
+\r
+\r
+\r
+\r
+--\r
+View this message in context: http://notmuch.198994.n3.nabble.com/OSX-10-6-support-tp4028971p4029043.html\r
+Sent from the notmuch mailing list archive at Nabble.com.\r