Re: gmake-4.2.1 ignores assignment of ARCH on FreeBSD

2017-12-25 Thread Yuri
On 12/25/17 13:13, Yuri wrote: Makefile there assigns ARCH after shell/sed substitutions, and this line has no effect at all in gmake version from the FreeBSD port. The easiest way to reproduce: 1. Have FreeBSD installed with the current version of ports 2. cd /usr/ports/math/zimpl 3. In

gmake-4.2.1 ignores assignment of ARCH on FreeBSD

2017-12-25 Thread Yuri
I found this problem on this project: http://zimpl.zib.de/download/zimpl-3.3.4.tgz Makefile there assigns ARCH after shell/sed substitutions, and this line has no effect at all in gmake version from the FreeBSD port. I have to assume that it worked on Linux when it was written. Is this a fe