summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-08-13 10:07:26 +0000
committertnn <tnn@pkgsrc.org>2022-08-13 10:07:26 +0000
commit00f91b85c97ab037ec51afa52aff0e04a0696200 (patch)
treedf49e2da9af99c3dabc8cc17dd3c160db78e0650 /lang
parent0d164518d043bdd2247b8d7d3c9a41a4c15df49b (diff)
downloadpkgsrc-00f91b85c97ab037ec51afa52aff0e04a0696200.tar.gz
wasi-compiler-rt: delint, to extent possible
Diffstat (limited to 'lang')
-rw-r--r--lang/wasi-compiler-rt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/wasi-compiler-rt/Makefile b/lang/wasi-compiler-rt/Makefile
index 591687da94e..9b8e556fc5a 100644
--- a/lang/wasi-compiler-rt/Makefile
+++ b/lang/wasi-compiler-rt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/08/12 13:59:52 gutteridge Exp $
+# $NetBSD: Makefile,v 1.14 2022/08/13 10:07:26 tnn Exp $
.include "../../lang/llvm/version.mk"
@@ -23,7 +23,7 @@ USE_TOOLS+= ggrep
SSP_SUPPORTED= no
PKGSRC_USE_STACK_CHECK= no
-CONFIGURE_DIRS= ../build
+CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ${WRKSRC}/lib/builtins
BUILDLINK_TRANSFORM+= rm:-I/usr/include
@@ -58,7 +58,7 @@ CMAKE_ARGS+= -DCMAKE_CXX_COMPILER_WORKS=1 # Do not test clang++ compile
CMAKE_INSTALL_PREFIX= ${PREFIX}/lib/clang/${PKGVERSION_NOREV}
post-extract:
- ${MKDIR} ${WRKDIR}/build
+ ${MKDIR} ${WRKSRC}/build
# Run llvm-ranlib again on the archive. Fixes mystery build failure
# in Firefox due to missing index (see PR pkg/56590). Might be a MAKE_JOBS