Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 20F34431FC0 for ; Thu, 25 Oct 2012 11:42:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AW3VxBDzqq6I for ; Thu, 25 Oct 2012 11:42:48 -0700 (PDT) Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 69FFF431FAE for ; Thu, 25 Oct 2012 11:42:48 -0700 (PDT) Received: by mail-vb0-f53.google.com with SMTP id fc21so2272765vbb.26 for ; Thu, 25 Oct 2012 11:42:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=qL9PvvA7PesZnAas8GRr0sXvEbbRBdMCCqswj05cbUw=; b=cPI//kxhANfHbXITBnMFDOH/2ZkisHyvtOBPCGkrtAuvVtrcqhAplyl8EN/xWNKoiH I8WHxF/jAN3KMstsyytHnmtCq0yC/Ps2/RODVcgdGOCu7wBMkzh1+r/xE/9i+Y0/ezaI q7fxnuoX/TQtaympe0xinGF0VaL0KwG/F56HV28+rSLFNRVClLdEHLU6zERfmqMdr1ii AEVwJhTJxkPOLNvQYyyWxEwQ3L+KcnOuF6gBbXuEeZtnHBA9CBEyWki+o+70jJpDFpXe IF9oXRXWYMTvydv9Mlqf+1iLRNvtcIDRt1RAK9OTK5MWwhY0j49mHTfQB0A9OWHyOWVi kucg== Received: by 10.52.23.71 with SMTP id k7mr28338560vdf.26.1351190566618; Thu, 25 Oct 2012 11:42:46 -0700 (PDT) Received: from smtp.gmail.com ([70.42.157.23]) by mx.google.com with ESMTPS id g5sm18478422vez.6.2012.10.25.11.42.44 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 11:42:45 -0700 (PDT) From: Ethan Glasser-Camp To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH] Support OpenBSD In-Reply-To: <1351115008-22531-1-git-send-email-amdragon@mit.edu> References: <1351115008-22531-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Thu, 25 Oct 2012 14:42:37 -0400 Message-ID: <87vcdyieaq.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ccutler@csail.mit.edu X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 25 Oct 2012 18:42:50 -0000 Austin Clements writes: > OpenBSD's build flags are identical to FreeBSD, except that libraries > need to be explicitly linked against libc. No code changes are > necessary. > > From: Cody Cutler > --- OK, looks fine. Ethan