Date: Wed, 01 Jun 2011 17:37:28 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Baptiste Daroussin <baptiste.daroussin@gmail.com> Cc: freebsd-ports@FreeBSD.org Subject: Re: lang/guile build fails for me Message-ID: <4DE64EA8.9030603@FreeBSD.org> In-Reply-To: <BANLkTi=%2B34U4m_vGyD2AU6i_z8X2f5MKCg@mail.gmail.com> 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> <BANLkTi=%2B34U4m_vGyD2AU6i_z8X2f5MKCg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DE64EA8.9030603>