tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d420ac2ce2502ebb624134fae099e36e770ad21f
parent 8293e7f1d6bfeeb48535686a3c24c4adb8c02bf4
Author: Updatebot <updatebot@mozilla.com>
Date:   Tue, 14 Oct 2025 20:30:23 +0000

Bug 1963327 - Update libepoxy to bb7ddbc7bd1ee879ec50aa281dcb10cfaefb784c r=ng

Differential Revision: https://phabricator.services.mozilla.com/D247087

Diffstat:
Mthird_party/libepoxy/libepoxy/include/epoxy/gl.h | 5++++-
Mthird_party/libepoxy/libepoxy/src/config.h | 4++--
2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/third_party/libepoxy/libepoxy/include/epoxy/gl.h b/third_party/libepoxy/libepoxy/include/epoxy/gl.h @@ -56,7 +56,10 @@ #else #ifndef APIENTRY -#define APIENTRY __stdcall +#ifndef WINAPI +#define WINAPI __stdcall +#endif +#define APIENTRY WINAPI #endif #ifndef GLAPIENTRY diff --git a/third_party/libepoxy/libepoxy/src/config.h b/third_party/libepoxy/libepoxy/src/config.h @@ -13,11 +13,11 @@ #define EPOXY_PUBLIC __attribute__((visibility("default"))) extern -#define HAVE_KHRPLATFORM_H +#undef HAVE_KHRPLATFORM_H #define PACKAGE_DATADIR "/usr/local/share" -#define PACKAGE_LIBDIR "/usr/local/lib/x86_64-linux-gnu" +#define PACKAGE_LIBDIR "/usr/local/lib64" #define PACKAGE_LIBEXECDIR "/usr/local/libexec"