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.10.0-1_deb10u1+rpi1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b650b12bde63648ee55ee4c236b9619716884f7;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