Subject: Re: imake files on Linux assume GNU make and break build of audio/nas
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <heinz@NetBSD.org>
List: tech-pkg
Date: 07/31/2006 22:46:46
Klaus Heinz wrote:
> After updating pkgsrc, I still have bmake in pkgxmkmf and that's no
> surprise because in pkgtools/xpkgwedge/Makefile I see:
>
> SUBST_CLASSES+= paths
> SUBST_FILES.paths= ${WRKDIR}/pkgxmkmf
> SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
> SUBST_SED.paths+= -e 's,@X11BASE@,${X11BASE},g'
> SUBST_SED.paths+= -e 's,@VIEWBASE@,${VIEWBASE},g'
> SUBST_SED.paths+= -e 's,@MAKE@,${MAKE},g'
> Ok to change this into:
>
> SUBST_SED.paths+= -e 's,@MAKE@,${IMAKE_MAKE},g'
I will do this tomorrow.
ciao
Klaus