lang/guile build fails for me

Baptiste Daroussin baptiste.daroussin at gmail.com
Wed Jun 1 14:24:27 UTC 2011


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)

regards,
Bapt

--- 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}


More information about the freebsd-ports mailing list