shared-mime-info should not hardcode make but use $(MAKE) instead. This is because `make' can behave differently amongst platforms. e.g. we set MAKE=gmake under OpenBSD because BSD make does not have the -C option. Patch below fixed it.
Created attachment 23843 [details] [review] no hardcoding
*** Bug 20654 has been marked as a duplicate of this bug. ***
Patching Makefile.in is useless though... * Makefile.am: Don't use "make" but "$(MAKE)" to call our make, fixes build on *BSDs, spotted by Antoine Jacoutot <ajacoutot@lphp.org> (Closes: #20655)
*** Bug 20522 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.