Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 903F86DE0B44 for ; Tue, 30 Jun 2015 14:29:57 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.681 X-Spam-Level: X-Spam-Status: No, score=-0.681 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_FREEMAIL_FORGED_FROMDOMAIN=0.01, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rP55cKrYYSgE for ; Tue, 30 Jun 2015 14:29:55 -0700 (PDT) Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com [209.85.220.172]) by arlo.cworth.org (Postfix) with ESMTPS id EA5936DE0948 for ; Tue, 30 Jun 2015 14:29:54 -0700 (PDT) Received: by qkbp125 with SMTP id p125so16499365qkb.2 for ; Tue, 30 Jun 2015 14:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=6FVVZ0rW9MWa/o4F4ut/10/TeMJI6ginvCEjdT2vxHQ=; b=a4UAzU+nUIlWtz7BdQD2JOpzvhaWM1x3ct1H3keS6xXQIb22/i8GHFAe7D7y1PYr4e EyQJRDimmA+scMYh9bqLO8JA3V0xs+i0V/PZekImtOnFM3FWZAVp/BVlxxwj4dPsIkXF RCthRg1QvhSHfuehp+Gk46EupdfV9rHKGYs24JYEK0h8y439dybrPDb4ve0dotfmbTBG KMe9QkIec4CLAzyKNpZ96XM/pPOq2rIf4MvhuG4YKPMEkhpS9EYvYrmgtojf8btnJcKX 7WA106Lv3bPV0NWgzXSIFIwJzdFgJp0ce5Pw8UfbGFGtDbVGOjOiPcoY23B0qYuIbHol jGjQ== X-Received: by 10.140.149.129 with SMTP id 123mr31121235qhv.56.1435699792418; Tue, 30 Jun 2015 14:29:52 -0700 (PDT) Received: from localhost.localdomain ([50.153.173.39]) by mx.google.com with ESMTPSA id 195sm589095qhr.13.2015.06.30.14.29.50 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Jun 2015 14:29:51 -0700 (PDT) Sender: Nathan Eagleson From: Nate Eagleson To: notmuch@notmuchmail.org Subject: [PATCH] Fix compilation on Mac OS X 10.6.8 Date: Tue, 30 Jun 2015 17:29:06 -0400 Message-Id: <1435699747-13591-1-git-send-email-nate@nateeag.com> X-Mailer: git-send-email 1.8.1.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:29:57 -0000 Here's a fix for compilation failures on Mac OS X 10.6.8. As a newbie to the codebase, and one with not much Makefile experience in general, I'm more than happy to make any requested changes, or to take an entirely different approach if necessary. See previous discussion for more context: http://notmuchmail.org/pipermail/notmuch/2015/020601.html Nate Eagleson (1): build: Support Mac OS X 10.6.8 Makefile.local | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 1.8.1.3