From owner-freebsd-ports@FreeBSD.ORG Wed Jun 1 18:15:31 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0336E106566C; Wed, 1 Jun 2011 18:15:31 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2D98FC18; Wed, 1 Jun 2011 18:15:29 +0000 (UTC) Received: by fxm11 with SMTP id 11so337251fxm.13 for ; Wed, 01 Jun 2011 11:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=NfGZnqTgib4LZCWBTWcgQDqCsPBnG/vYnClfBQ9XWUc=; b=DW02Z7SJWkBjfmoAFv04rkK0bwsYXDOygzQfU+oziDVJ1lKOWGmkoymMzNhXxVWZlj QoGFJ957M+zMYWmFE40Pmo3DKr/Vr/CBd7bOG+7oflEIpLOK/ouO2isIdqSGrxMTurJj YKjo1NPrQz+eJwqVZgr59b8WPM0jgD1Er5bKM= 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=Z8bI68Dw9XnJmZbP824tJ9ThUV8BIMeBrqQrG92t1WiGEXYhNmRZa+Io+OoqmxBWFz BZpd6ro96bx/+mbAEqUE0YWTpwgjOgPh1k8n+Kks7pqjdQc/Q+5psmZosCIcAsI+7N/q 6140Xu4EAGCad3n9qc1XxAK4vQvo+1aBpGcg4= Received: by 10.223.6.71 with SMTP id 7mr312441fay.14.1306952129072; Wed, 01 Jun 2011 11:15:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.100.150 with HTTP; Wed, 1 Jun 2011 11:15:09 -0700 (PDT) In-Reply-To: <4DE64EA8.9030603@FreeBSD.org> References: <4DE5D8C9.3020506@icyb.net.ua> <4DE6244E.1040301@FreeBSD.org> <20110601114442.GB2223@reindeer.exwg.net> <4DE6392D.5000106@gmx.de> <20110601131956.GC2223@reindeer.exwg.net> <4DE64546.7070604@FreeBSD.org> <4DE64EA8.9030603@FreeBSD.org> From: Baptiste Daroussin Date: Wed, 1 Jun 2011 18:15:09 +0000 Message-ID: To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: lang/guile build fails for me X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 18:15:31 -0000 2011/6/1 Andriy Gapon : > on 01/06/2011 17:24 Baptiste Daroussin said the following: >> Here is a real fix. if someone can check with the maintainer et commit >> this that would be great (I can't do it myself before monday) > > Just in case: the fix does help. > I also like your idea about always adding LDFLAGS to CONFIGURE_ENV. > >> --- Makefile =A0 =A031 May 2011 03:49:09 -0000 =A0 =A0 =A01.83 >> +++ Makefile =A0 =A01 Jun 2011 14:22:04 -0000 >> @@ -24,8 +24,8 @@ >> =A0USE_LDCONFIG=3D =A0yes >> =A0USE_NCURSES=3D =A0 yes >> =A0USE_GNOME=3D =A0 =A0 gnometarget >> -CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ >> - =A0 =A0 =A0 =A0 =A0 =A0 =A0 LDFLAGS=3D"-L${LOCALBASE}/lib" >> +LDFLAGS+=3D =A0 =A0 =A0-L${LOCALBASE}/lib >> +CPPFLAGS+=3D =A0 =A0 -I${LOCALBASE}/include >> >> =A0GUILE_VER=3D =A0 =A0 1.8 >> =A0PLIST_SUB=3D =A0 =A0 GUILE_VER=3D${GUILE_VER} > > > -- > Andriy Gapon > Fix committed Bapt