pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/wasi-compiler-rt



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.

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



Home | Main Index | Thread Index | Old Index