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%60.9.0-1_deb10u1+rpi1^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=674c6a2453ec625491b53d0da0f6010cfa545145;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 7fa49eab67..b482e1f9ae 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