void-packages/srcpkgs/cups-filters/patches/disable-test-font-cross-compile-check.patch
Peter Bui 6724d1e5ca cups-filters: update to 1.27.4.
dejavu-fonts-ttf is now a build dependency due to this upstream change:

    https://github.com/OpenPrinting/cups-filters/pull/214

Add it to hostmakedepends and add small patch to enable cross building
(remove check that prevents font detection while cross compiling).
2020-04-30 22:01:20 +02:00

11 lines
402 B
Diff

--- configure.orig 2020-04-27 11:43:40.128998764 -0400
+++ configure 2020-04-27 11:44:53.843061000 -0400
@@ -23628,8 +23628,6 @@
if eval \${$as_ac_File+:} false; then :
$as_echo_n "(cached) " >&6
else
- test "$cross_compiling" = yes &&
- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
if test -r ""$with_test_font_path""; then
eval "$as_ac_File=yes"
else