In chromium in the ports, every time I try do do anything with make, I get the warning:
Line 210 of Makefile being
However, if I do
I get
and definitely a zero status.
Any ideas?
make[1]: "/usr/ports/www/chromium/Makefile" line 210: warning: "/usr/bin/grep mempcpy /usr/include/string.h" returned non-zero status
Line 210 of Makefile being
BASE_MEMPCPY!= ${GREP} mempcpy ${CROSS_SYSROOT}/usr/include/string.h
However, if I do
grep memcpy /usr/include/string.h
I get
void *memcpy(void * __restrict, const void * __restrict, size_t);
and definitely a zero status.
Any ideas?