From 9b1183f46aa1da32a9a1b29abddca3c75d27cd05 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 22 Jun 2015 16:16:50 +0000 Subject: Substitute hardcoded paths to compiler wrapper. Fixes CHECK_WRKREF builds. --- mail/fml/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/fml/Makefile b/mail/fml/Makefile index e91f5baef19..866f04b1452 100644 --- a/mail/fml/Makefile +++ b/mail/fml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/06/22 16:16:50 jperkin Exp $ # DISTNAME= fml-7.98.18-${FML_STAMP} @@ -61,6 +61,11 @@ PRINT_PLIST_AWK+= /${FML_STAMP}/ \ CHECK_INTERPRETER_SKIP+= lib/fml/${FML_STAMP}/* \ libexec/fml/${FML_STAMP}/loader.in +SUBST_CLASSES+= fixpaths +SUBST_STAGE.fixpaths= post-build +SUBST_FILES.fixpaths= fml/etc/install.cf +SUBST_SED.fixpaths= -e 's,${WRAPPER_BINDIR}/cc,${CCPATH},g' + pre-configure: ${ECHO} ${FML_STAMP} > ${WRKSRC}/.version -- cgit v1.2.3