Source: manaplus Version: 1.8.4.14-1 Tags: patch upstream User: helm...@debian.org Usertags: rebootstrap
manaplus fails to cross build from source, because it uses the build architecture pkg-config. The attached patch fixes that and makes manaplus cross build successfully. Please consider applying it. Helmut
--- manaplus-1.8.4.14.orig/configure.ac +++ manaplus-1.8.4.14/configure.ac @@ -204,7 +204,7 @@ AC_TYPE_SSIZE_T # Search for *-config -AC_PATH_PROG(PKG_CONFIG, pkg-config) +PKG_PROG_PKG_CONFIG AC_PATH_PROG(CURL_CONFIG, curl-config) AC_PATH_PROG(ICU_CONFIG, icu-config)