From 09c0490b00b885cb5ec019371ad2bfa6b49b5f27 Mon Sep 17 00:00:00 2001 From: sevan Date: Tue, 2 Jun 2015 23:54:35 +0000 Subject: While this package uses perl to build, it relies on the GNU config.guess script to detect the platform. Link-in the up to date copy of config.guess we provide as the version bundled with the package is from 2002 and it causes bulkbuilds to hang due to waiting for manual input if it doesn't recognise the platform. --- mail/fml4/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/fml4/Makefile b/mail/fml4/Makefile index 515548db3e3..0c6d36e246a 100644 --- a/mail/fml4/Makefile +++ b/mail/fml4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:45 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/06/02 23:54:35 sevan Exp $ # DISTNAME= fml-4.0-stable-20040215 @@ -50,6 +50,9 @@ MESSAGE_SUBST+= FML_DIR=${FML_DIR} INSTALLATION_DIRS+= ${FML_DIR}/examples +do-configure: + ${LN} -fs ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/sbin + do-install: cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} ${PERL5} makefml install ${MV} ${DESTDIR}${PREFIX}/${FML_DIR}/.fml/system \ -- cgit v1.2.3