lang/guile build fails for me

Andriy Gapon avg at FreeBSD.org
Wed Jun 1 14:37:31 UTC 2011


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


More information about the freebsd-ports mailing list