Date: Wed, 10 Sep 2014 04:00:15 +0400 From: =?UTF-8?B?0J/RkdGC0YAg0JLQvtGA0L7Qv9Cw0LXQsg==?= <pavoropaev@gmail.com> To: chromium@freebsd.org Subject: Warnings about deprecated gssapi.h Message-ID: <CAPKFCs80RniFaphge5XYFk7UAJdLKk6W1w3Jd2uT1FLPZ4t5zA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello. Currecntly using FreeBSD 10.0, and I was kinda annoyed by multiple lines of: In file included from ../../net/http/http_auth_gssapi_posix.h:20: /usr/include/gssapi.h:3:2: warning: "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead" [-W#warnings] #warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead" in my build log. And I feared that after gssapi.h ends up finally removed, chromium would fail building on FreeBSD. After some limited digging into sourcecode it was discovered that Chromium supports case "And what if target OS is FreeBSD" by having a OS_FREEBSD defined in build/build_config.h Candidate to future-proofing patch included.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPKFCs80RniFaphge5XYFk7UAJdLKk6W1w3Jd2uT1FLPZ4t5zA>