From 893db4083dbf5eb82c462ff334296a834fb02aac Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Mon, 3 Mar 2008 08:51:59 +0000 Subject: [PATCH] Add --disable-guild to CONFIGURE_ARGS to avoid build problem with guile. Reported by: marcus --- security/gnutls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 52de97da8869..36a3ec3c4995 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -35,7 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-included-lzo +CONFIGURE_ARGS+= --with-included-lzo --disable-guile MANCOMPRESSED= no .include