Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2011 16:24:05 +0200
From:      Baptiste Daroussin <baptiste.daroussin@gmail.com>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        Christoph Moench-Tegeder <cmt@burggraben.net>, freebsd-ports@freebsd.org
Subject:   Re: lang/guile build fails for me
Message-ID:  <BANLkTi=%2B34U4m_vGyD2AU6i_z8X2f5MKCg@mail.gmail.com>
In-Reply-To: <4DE64546.7070604@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>

next in thread | previous in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi=%2B34U4m_vGyD2AU6i_z8X2f5MKCg>