From: Christoph Goehre Date: Sat, 6 Aug 2011 15:55:14 +0000 (+0200) Subject: Allow ipc code to build on GNU/hurd X-Git-Tag: archive/raspbian/1%78.5.1-1_deb10u1+rpi1^2^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3c39fd1953a77170499ee2c6640f6e4ff1dfa25;p=thunderbird.git Allow ipc code to build on GNU/hurd Thanks: Pino Toscano Gbp-Pq: Topic porting-kfreebsd-hurd Gbp-Pq: Name Allow-ipc-code-to-build-on-GNU-hurd.patch --- diff --git a/ipc/chromium/src/build/build_config.h b/ipc/chromium/src/build/build_config.h index caa27420c8..4e0711daef 100644 --- a/ipc/chromium/src/build/build_config.h +++ b/ipc/chromium/src/build/build_config.h @@ -22,7 +22,7 @@ # define OS_LINUX 1 #elif defined(__APPLE__) # define OS_MACOSX 1 -#elif defined(__linux__) || defined(__GLIBC__) +#elif defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) # define OS_LINUX 1 #elif defined(__DragonFly__) # define OS_DRAGONFLY 1