pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/wasi-compiler-rt wasi-compiler-rt: delint, to ext...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab85265d2802
branches:  trunk
changeset: 383151:ab85265d2802
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 13 10:07:26 2022 +0000

description:
wasi-compiler-rt: delint, to extent possible

diffstat:

 lang/wasi-compiler-rt/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 19a3865b82e3 -r ab85265d2802 lang/wasi-compiler-rt/Makefile
--- a/lang/wasi-compiler-rt/Makefile    Sat Aug 13 09:58:03 2022 +0000
+++ b/lang/wasi-compiler-rt/Makefile    Sat Aug 13 10:07:26 2022 +0000
@@ -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 @@
 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_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



Home | Main Index | Thread Index | Old Index