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?

Christopher


-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE

Attachment: signature.asc
Description: PGP signature

Reply via email to