projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af26b4
)
Allow ipc code to build on GNU/hurd
author
Christoph Goehre
<chris@sigxcpu.org>
Sat, 6 Aug 2011 15:55:14 +0000
(17:55 +0200)
committer
Carsten Schoenert
<c.schoenert@t-online.de>
Tue, 9 Jul 2019 20:09:04 +0000
(21:09 +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
patch
|
blob
|
history
diff --git
a/ipc/chromium/src/build/build_config.h
b/ipc/chromium/src/build/build_config.h
index 7fa49eab67a717cfa55409385b64e78acbb272f7..b482e1f9aef0405b9d50dce4b128d6e7a70aa9de 100644
(file)
--- 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