From owner-freebsd-ports@FreeBSD.ORG Wed Jun 1 14:37: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 42088106566B for ; Wed, 1 Jun 2011 14:37:31 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8D10F8FC14 for ; Wed, 1 Jun 2011 14:37:30 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA07001; Wed, 01 Jun 2011 17:37:28 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4DE64EA8.9030603@FreeBSD.org> Date: Wed, 01 Jun 2011 17:37:28 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110504 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Baptiste Daroussin 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> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 14:37:31 -0000 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 31 May 2011 03:49:09 -0000 1.83 > +++ Makefile 1 Jun 2011 14:22:04 -0000 > @@ -24,8 +24,8 @@ > USE_LDCONFIG= yes > USE_NCURSES= yes > USE_GNOME= gnometarget > -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > - LDFLAGS="-L${LOCALBASE}/lib" > +LDFLAGS+= -L${LOCALBASE}/lib > +CPPFLAGS+= -I${LOCALBASE}/include > > GUILE_VER= 1.8 > PLIST_SUB= GUILE_VER=${GUILE_VER} -- Andriy Gapon