On Fri, Aug 29, 2014 at 3:12 PM, Christopher Zimmermann <[email protected]> wrote: > Hi, > > gmake will use libguile when available during build. Configuring > --without-guile will fix this: > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/gmake/Makefile,v > retrieving revision 1.51 > diff -u -p -r1.51 Makefile > --- Makefile 9 Nov 2013 23:19:02 -0000 1.51 > +++ Makefile 29 Aug 2014 13:10:25 -0000 > @@ -20,7 +20,7 @@ WANTLIB= c > > SEPARATE_BUILD= Yes > CONFIGURE_STYLE= gnu > -CONFIGURE_ARGS= --program-prefix="g" > +CONFIGURE_ARGS= --program-prefix="g" --without-guile > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" > MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config > > > OK?
Sure! Ciao, David
