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:
parent
9ad1ccb3fc
commit
c867878b85
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user