From owner-freebsd-current@FreeBSD.ORG Tue Sep 25 23:13:36 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A968106566B for ; Tue, 25 Sep 2012 23:13:36 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90CFE8FC17 for ; Tue, 25 Sep 2012 23:13:35 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so1165544pbb.13 for ; Tue, 25 Sep 2012 16:13:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Hg4v7hBeBJhtEjuFFdvzVCHGMCsC3pq8um5GUow5yKw=; b=EqETBfPbhwoiIrO/76r6dPUIAazLVotNv8ORpAfOfevPrvMwPIpXVVqQBZGnoRi32f IjL/uqpmmEr404SmILQ5+lBFHyR1tKYQYM3UKH3vrMs8L8KPnsWHiRoyAkF3INqjbXBh OY8Vc6gI08CDowcON9/wx5OOb3lGzrRk191Oo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=Hg4v7hBeBJhtEjuFFdvzVCHGMCsC3pq8um5GUow5yKw=; b=GJBWqRq3cuJoCR7LFoS+sBAUR8WcxiMW60UkEjOyj9XVP9rOdd8I/VEkoKcs4vUb72 dcY3e46Pd3a3RrU/7edsvsU8jppfYiLWWKQBPRmpjDEiDJdwjSEWArXBXWxj/9GqtJU8 EwzY+K5+DCLqNFreYHhLzNzh48Ag1IkZ7E2UVTjQawSMM164q0YJFbNsg2Air7gK3Jb9 eNrG+ZjqdgNdOJ5PUgghXKQqhxmMFRdmgPHYwcGuK6vdgcJ+VKGXLlanpQ6tNGBBgSfn kbNDSn1H3/Oreqp0O0Ev6altnb0RxizjD3PtWA60Xe2pBydZBOfj9SRzyTcTefJEgOuG XQDQ== Received: by 10.66.85.4 with SMTP id d4mr44348140paz.11.1348614815124; Tue, 25 Sep 2012 16:13:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.127.20 with HTTP; Tue, 25 Sep 2012 16:13:04 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Tue, 25 Sep 2012 19:13:04 -0400 Message-ID: To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl89Qacl68pq4qZbm9RrgH1s+6evuCFanYctwZGo0O3nH98ZAt2NunbcNmle7jXpjQw1n54 Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org, Oliver Pinter Subject: Re: [PATCH] unbreak imake build when clang set as base compiler X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 23:13:36 -0000 On 25 September 2012 18:45, Garrett Cooper wrote: > On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter wrote: >> Hi all! >> >> This patch fixed the problem, when buildig imake on a machine where >> clang is the base the compiler (WITH_CLANG_IS_CC). > > (Picking a random message to reply to) Why not create PRs and CC the > relevant parties? Yes, please do this. It helps us keep track of what's going on and not lose patches. :) -- Eitan Adler