Package: mozvoikko Version: 1.0-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package FTBFS on GNU/kFreeBSD because the OS isn't supported. The tiny attached patch fixes this, making GNU/kFreeBSD similar to Linux since they use the same glibc, the same shared objects, etc. Build logs at the usual place: https://buildd.debian.org/status/package.php?suite=unstable&p=mozvoikko Thanks for considering. Mraw, KiBi.
--- a/src/mozVoikkoUtils.cpp +++ b/src/mozVoikkoUtils.cpp @@ -32,7 +32,7 @@ #include <nsStringAPI.h> #include <prerror.h> -#if defined(__linux__) +#if defined(__linux__) || defined(__GLIBC__) const char *preloadLibNames[] = {
--- a/src/mozVoikkoUtils.cpp +++ b/src/mozVoikkoUtils.cpp @@ -32,7 +32,7 @@ #include <nsStringAPI.h> #include <prerror.h> -#if defined(__linux__) +#if defined(__linux__) || defined(__GLIBC__) const char *preloadLibNames[] = {