1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

lang/spidermonkey91: enable RUST_BACKTRACE on powerpc

This commit is contained in:
Piotr Kubaj 2024-04-30 12:30:28 +02:00
parent 9ad1ccb3fc
commit c867878b85
2 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= spidermonkey
DISTVERSION= 91.13.0
PORTREVISION= 18
PORTREVISION= 19
CATEGORIES= lang
MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source
PKGNAMESUFFIX= ${SP_VER}
@ -64,8 +64,6 @@ CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_VERSION} \
.if ${ARCH} == amd64
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.elif ${ARCH} == powerpc
EXTRA_PATCHES= ${FILESDIR}/extra-patch-config_makefiles_rust.mk
.endif
# Require newer Clang than what's in base system unless user opted out

View File

@ -1,10 +0,0 @@
--- config/makefiles/rust.mk.orig 2022-04-02 10:37:19 UTC
+++ config/makefiles/rust.mk
@@ -221,7 +221,6 @@
ifneq (,$(PKG_CONFIG_LIBDIR))
export PKG_CONFIG_LIBDIR
endif
-export RUST_BACKTRACE=full
export MOZ_TOPOBJDIR=$(topobjdir)
export MOZ_FOLD_LIBS
export PYTHON3