From 825f2dff5105453872f97485f742e212f0d58852 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 22 Sep 2019 00:06:58 +0200 Subject: [PATCH] firefox: update to 69.0.1. do not define _FILE_OFFSET_BITS anymore as it now breaks things fixes #13671 --- srcpkgs/firefox/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 50562e2eb01..8417caa9798 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # pkgname=firefox -version=69.0 +version=69.0.1 revision=1 build_helper="rust" short_desc="Mozilla Firefox web browser" @@ -11,7 +11,7 @@ maintainer="Johannes " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.mozilla.org/firefox/" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=413c3febdfeb69eade818824eecbdb11eaeda71de229573810afd641ba741ec5 +checksum=f5f2f592b8296812d43244d6a50c0c57ad11a5324db8e4e79749545482b79033 lib32disabled=yes @@ -111,10 +111,6 @@ do_build() { mkdir -p third_party/rust/libloading/.deps case "$XBPS_TARGET_MACHINE" in - i686*) - export CFLAGS+=" -D_FILE_OFFSET_BITS=64" - export CXXFLAGS+=" -D_FILE_OFFSET_BITS=64" - ;; armv7*) export CFLAGS+=" -mfpu=neon -Wno-psabi" export CXXFLAGS+=" -mfpu=neon -Wno-psabi"