lang/guile build fails for me

Baptiste Daroussin baptiste.daroussin at gmail.com
Wed Jun 1 18:15:31 UTC 2011


2011/6/1 Andriy Gapon <avg at 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    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
>

Fix committed

Bapt


More information about the freebsd-ports mailing list