Package: digikam Version: 2:1.0.0~beta6-1 Severity: important Tags: patch User: [email protected] Usertags: kfreebsd
Hi, please find attached a trivial patch to make digikam build on GNU/kFreeBSD. After “debuild -B”, I applied this diff and run “debuild -B -nc”, the build then succeeded. Current build failures are linked from: https://buildd.debian.org/status/package.php?suite=unstable&p=digikam Thanks for considering. Mraw, KiBi.
--- a/libs/3rdparty/libpgf/PGFplatform.h +++ b/libs/3rdparty/libpgf/PGFplatform.h @@ -296,9 +296,9 @@ inline OSError SetFPos(HANDLE hFile, int //------------------------------------------------------------------------------- -// LINUX +// LINUX / GLIBC //------------------------------------------------------------------------------- -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) #define __POSIX__ #endif /* __linux__ */

