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.7.0-1+rpi1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2129ba778da37972efb42d3d43e38be2ac07641c;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