summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2022-05-17 22:01:28 -0300
committerPaulo Matias2022-05-17 22:01:28 -0300
commit788a27ff6a4ee410f85f6c0f4b1ffa630213cfdc (patch)
treef1c6810ffdf0f9665e99744837df855436b619d3 /PKGBUILD
parent33d262be2d1a34cc931dcad94874e6f1ad6aa1d7 (diff)
downloadaur-788a27ff6a4ee410f85f6c0f4b1ffa630213cfdc.tar.gz
fix EVENT__SIZEOF_TIME_T undeclared error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96ef449b4096..adddb5d37ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,6 +57,9 @@ prepare() {
mkdir mozbuild
cd mozilla-unified
+ # EVENT__SIZEOF_TIME_T does not exist on upstream libevent, see event-config.h.cmake
+ sed -i '/CHECK_EVENT_SIZEOF(TIME_T, time_t);/d' ipc/chromium/src/base/message_pump_libevent.cc
+
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key