gkrellm recently regressed cross building. Its makefile now errors out
when required packages go missing. This is also checked when requesting
the clean target and since debhelper does not pass cross tools there,
the build architecture pkg-config fails to locate host packages and
clean fails. A typical workaround is exporting tools from dpkg's
buildtools.mk for all targets. Once doing so STRIP is changed from empty
to an actual stripping tool and that ends up breaking make install. So
STRIP should be skipped. I'm attaching a patch with these changes.
Please consider applying it as it makes gkrellm cross buildable again.
Helmut