From owner-freebsd-x11@FreeBSD.ORG Tue Sep 25 23:13:36 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A7A6106564A 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 90D418FC1B for ; Tue, 25 Sep 2012 23:13:35 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so1165545pbb.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=Jet+6R7GBCrVrLZf3SYusNDkT96jB0ZTKnvgAwq+7vq6UxKKY4tqwUljF8zmLveJft 3rRSck2RmU3w0hvTDHcQDhh/Vd7xfB8WOpmqgem8+6J8r2pgIvvjunKZtenl2QAew+h+ BXgcIo4UA88UeQBavMiyFnl9wCqNSleUnkj1WPHoy1GIG7p3WJP/y/AheOT5px/U1Jfl Y9FFyBk62w/K/38qzfuZxZvOQIMC+wDg51iHdeTWPnYHwEOmb/pgpu+eXbwSSPQjMNTL ayIncKaXO61BWHXZ9cKG0M+zWrULHEis6JqxgwpAmJp/tvqZ1YzwPtGnTT1vORd8S5T6 nxDA== 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: ALoCoQlVt1c2S1XfqatekPMALj2Zl36Bh15VuOCZ6ybsDECPUPk8QPw9ETWg0jJtIim+Q3HRgSML 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-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support 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