Received: by mail.netbsd.org (Postfix, from userid 605) id 0BC4E84E9E; Sat, 13 Aug 2022 10:07:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43FCF84E91 for ; Sat, 13 Aug 2022 10:07:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i8kwtb8TdgOa for ; Sat, 13 Aug 2022 10:07:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B71E84CFA for ; Sat, 13 Aug 2022 10:07:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DCA9FB1A; Sat, 13 Aug 2022 10:07:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660385246160560" MIME-Version: 1.0 Date: Sat, 13 Aug 2022 10:07:26 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang/wasi-compiler-rt To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220813100726.7DCA9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660385246160560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Aug 13 10:07:26 UTC 2022 Modified Files: pkgsrc/lang/wasi-compiler-rt: Makefile Log Message: wasi-compiler-rt: delint, to extent possible To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/wasi-compiler-rt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660385246160560 Content-Disposition: inline Content-Length: 1036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/wasi-compiler-rt/Makefile diff -u pkgsrc/lang/wasi-compiler-rt/Makefile:1.13 pkgsrc/lang/wasi-compiler-rt/Makefile:1.14 --- pkgsrc/lang/wasi-compiler-rt/Makefile:1.13 Fri Aug 12 13:59:52 2022 +++ pkgsrc/lang/wasi-compiler-rt/Makefile Sat Aug 13 10:07:26 2022 @@ -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= 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 --_----------=_1660385246160560--