Allow ipc code to build on GNU/hurd
authorChristoph Goehre <chris@sigxcpu.org>
Sat, 6 Aug 2011 15:55:14 +0000 (17:55 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 23 Oct 2020 18:44:21 +0000 (19:44 +0100)
Thanks: Pino Toscano <pino@debian.org>

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name Allow-ipc-code-to-build-on-GNU-hurd.patch

ipc/chromium/src/build/build_config.h

index caa27420c8c168b524c291e71097e6d4dba4c254..4e0711daef840da1227a68589edf0f4877b210f0 100644 (file)
@@ -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