From: Alberto Garcia Date: Fri, 6 Mar 2015 07:33:11 +0000 (+0000) Subject: Fix FTBFS in Hurd X-Git-Tag: archive/raspbian/2.14.3-1+rpi1~1^2^2^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22a816b15273a92fc21876a08b0e454d63bc04b8;p=webkit2gtk.git Fix FTBFS in Hurd =================================================================== Gbp-Pq: Name local-label-string-hurd.patch --- diff --git a/Source/WTF/wtf/InlineASM.h b/Source/WTF/wtf/InlineASM.h index f22d7b9971..d440bda3d6 100644 --- a/Source/WTF/wtf/InlineASM.h +++ b/Source/WTF/wtf/InlineASM.h @@ -82,6 +82,7 @@ #elif OS(LINUX) \ || OS(FREEBSD) \ || OS(OPENBSD) \ + || OS(HURD) \ || OS(NETBSD) // GNU as-compatible syntax. #define LOCAL_LABEL_STRING(name) ".L" #name