summaryrefslogtreecommitdiff
path: root/www/librewolf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/librewolf/Makefile')
-rw-r--r--www/librewolf/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile
index 5fb2dc281b1c..9a06aa0e1f13 100644
--- a/www/librewolf/Makefile
+++ b/www/librewolf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= librewolf
-DISTVERSION= 139.0.4
+DISTVERSION= 140.0.2
LWPATCH= -1
DISTVERSIONSUFFIX= ${LWPATCH}.source
CATEGORIES= www wayland
@@ -13,7 +13,7 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= nspr>=4.32:devel/nspr \
- nss>=3.110:security/nss \
+ nss>=3.112:security/nss \
icu>=76.1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=10.1.0:print/harfbuzz \
@@ -36,8 +36,6 @@ USE_MOZILLA= -sqlite
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= MOZ_REQUIRE_SIGNING=""
-#CFLAGS_powerpc64= -DHWY_COMPILE_ONLY_SCALAR
-CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}${LWPATCH}
@@ -74,6 +72,12 @@ FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default4
.include <bsd.port.options.mk>
+.if ${ARCH} == i386 && ${MACHINE_CPU:Msse2}
+# is not enabled on i386 by default
+# Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2'
+CFLAGS_i386+= -msse2
+.endif
+
.if ${ARCH} == amd64
MOZ_OPTIONS+= --enable-rust-simd
.endif