From owner-freebsd-x11@FreeBSD.ORG Tue Sep 25 22:45:50 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 E90001065674; Tue, 25 Sep 2012 22:45:50 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 865948FC14; Tue, 25 Sep 2012 22:45:50 +0000 (UTC) Received: by obcwo10 with SMTP id wo10so3355397obc.13 for ; Tue, 25 Sep 2012 15:45:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/DoEWQ4t8GiaRypyDOEeq1qcZbHEeNMxNhDNoUUThjI=; b=HYxqS9hFlS3bkYGQyPKWOwynmk4uzOUYhTvqaX5j2MO3y859QzeItT2CBuj1ByH2Fc zjfFDGhRl85UPFjuK4xFu1VPK589LEONlO+BuD4aNy1D4gbebFLgMivbr4zRqBM79LTJ 3KhVV+ZGibV707nIyOjOYxwQiIDK7ETh6RYuBub2V/yPiaFmSZuDqxxMg7Lba+XCUE1Q MHV32KnzfthYTuznMDufC/FsckFor3JLbs4+smE62wWy7fl+ztwH6HqpVhIyh4LBVHTe ukLS0b+zQPOsMIUitEKVLlbKoPXnlC3UTMP+rpHC/pWbZBfzXRHc4GYHs0qQNjCKl88V dhAw== MIME-Version: 1.0 Received: by 10.60.170.241 with SMTP id ap17mr14072543oec.4.1348613149615; Tue, 25 Sep 2012 15:45:49 -0700 (PDT) Received: by 10.76.142.201 with HTTP; Tue, 25 Sep 2012 15:45:49 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Sep 2012 15:45:49 -0700 Message-ID: From: Garrett Cooper To: Oliver Pinter Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org 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 22:45:51 -0000 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?