CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/09 18:47:44
Modified files:
sysutils/xxhash: Makefile
Log message:
Don't clobber CFLAGS to let this build on i386 with newer llvm
Upstream's (GNU)Makefile properly amends CFLAGS on a per-target basis,
but that can't happen if we override CFLAGS on gmake's command line.
We already provide CFLAGS through MAKE_ENV, let the Makefile do its job
and provide -fPIC where needed.
ok bket@ (maintainer)
