aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey78
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-22 01:11:45 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-22 01:11:45 +0000
commitac6c8b445c32f64158620983ead2a08051ef7aa0 (patch)
tree875307fa515fc2f2be2c2e1455d514ee60d13b7b /lang/spidermonkey78
parent3554a71971016c7ac1c67655607aa1828a4607ac (diff)
downloadports-ac6c8b445c32f64158620983ead2a08051ef7aa0.tar.gz
ports-ac6c8b445c32f64158620983ead2a08051ef7aa0.zip
lang/spidermonkey78: fix build on GCC architectures
Manually point to llvm-objdump since there's no llvm-objdump in base.
Notes
Notes: svn path=/head/; revision=549549
Diffstat (limited to 'lang/spidermonkey78')
-rw-r--r--lang/spidermonkey78/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile
index 916e41513edf..7751d1e43615 100644
--- a/lang/spidermonkey78/Makefile
+++ b/lang/spidermonkey78/Makefile
@@ -51,7 +51,8 @@ CONFIGURE_ARGS= --disable-debug \
CONFIGURE_ENV= HOST_CC=${CC} \
HOST_CXX=${CXX}
-CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT}
+CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT} \
+ LLVM_OBJDUMP=llvm-objdump${LLVM_DEFAULT}
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= SP_VER=${SP_VER}