Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2011 18:15:09 +0000
From:      Baptiste Daroussin <baptiste.daroussin@gmail.com>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: lang/guile build fails for me
Message-ID:  <BANLkTin-5a5WzWN9ZdbR89STZ4bCUAujPQ@mail.gmail.com>
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> <BANLkTi=%2B34U4m_vGyD2AU6i_z8X2f5MKCg@mail.gmail.com> <4DE64EA8.9030603@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2011/6/1 Andriy Gapon <avg@freebsd.org>:
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTin-5a5WzWN9ZdbR89STZ4bCUAujPQ>