From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 13:00:40 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A73B51065670 for ; Mon, 8 Mar 2010 13:00:40 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 3A4E68FC17 for ; Mon, 8 Mar 2010 13:00:39 +0000 (UTC) Received: by fxm23 with SMTP id 23so4727573fxm.3 for ; Mon, 08 Mar 2010 05:00:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=P+ZoOb3CyBkStEkyJHErKGzP/j+/1zLGWFn014H8+6E=; b=I/zGZuRp1nDOLz86eZrQ3wYkeawTPh05HKzpMiY+DZLzpssvwv2RBwzZpS5tAKEmmX QVFK73ZAkwdlkGTZzi8v6tO04OaUlGvSxEtmXkfDePXPU0g54966BmRpMVZtQHV8KnBc mEJi6QdyDJReI7X8Lbenxg6Cz7t0HFK8GW6Zk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ZK1ZwQI8G57649seJ8xZ8rxn+gr+b+I7bYW5O1czO3oMl3G4DPwi4PGnxnT6Fv2ERF zFiWERTiHunaT9bwEBeBfQXo/9HaZOl3TFOlJ9WKJ+1fTnbGqj3dkeOfGCw522sn/n3p aVU9f3mjSRVpKe6poyYhvHeHYiibHbZqsJgKc= MIME-Version: 1.0 Received: by 10.239.189.11 with SMTP id r11mr434548hbh.211.1268053239123; Mon, 08 Mar 2010 05:00:39 -0800 (PST) In-Reply-To: References: <201002281924.o1SJO6df078229@freefall.freebsd.org> From: Eitan Adler Date: Mon, 8 Mar 2010 15:00:19 +0200 Message-ID: To: Gerald Pfeifer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: ports/144357: emulators/wine build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 13:00:40 -0000 On Mon, Mar 8, 2010 at 11:41 AM, Gerald Pfeifer wrote: > On Mon, 8 Mar 2010, Eitan Adler wrote: >> Interesting - I just used whatever flex was in my path. Is wine making >> the same mistake? >> % /usr/local/bin/flex --version >> flex 2.5.35 > > The following in wine/Makefile > > =A0CONFIGURE_ENV=3D =A0... FLEX=3D"${LOCALBASE}/bin/flex" > > takes care of using the ports version instead of the base one. > > Gerald > rebuilding wine without any make.conf changed nothing