1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Add --disable-guild to CONFIGURE_ARGS to avoid build problem with guile.

Reported by:	marcus
This commit is contained in:
Roman Bogorodskiy 2008-03-03 08:51:59 +00:00
parent b9526eaee9
commit 893db4083d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208368

View File

@ -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 <bsd.port.pre.mk>