pkgsrc-WIP-changes archive

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

wasi-compiler-rt: fix makefile



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Sat Apr 29 18:48:35 2023 +0200
Changeset:	11b7a18c9756be1e78fcb535da00b6008b7fcba5

Modified Files:
	wasi-compiler-rt/Makefile

Log Message:
wasi-compiler-rt: fix makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11b7a18c9756be1e78fcb535da00b6008b7fcba5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wasi-compiler-rt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/wasi-compiler-rt/Makefile b/wasi-compiler-rt/Makefile
index 42ebf52c9e..1577c3cd74 100644
--- a/wasi-compiler-rt/Makefile
+++ b/wasi-compiler-rt/Makefile
@@ -11,8 +11,8 @@ HOMEPAGE=	https://compiler-rt.llvm.org/
 COMMENT=	LLVM runtime libraries for WASI/WebAssembly
 LICENSE=	apache-2.0
 
-PATCHDIR=	${.CURDIR}/../../lang/compiler-rt/patches
-DISTINFO_FILE=	${.CURDIR}/../../lang/compiler-rt/distinfo
+PATCHDIR=	${.CURDIR}/../../wip/compiler-rt/patches
+DISTINFO_FILE=	${.CURDIR}/../../wip/compiler-rt/distinfo
 
 NOT_FOR_PLATFORM=	NetBSD-[0-7].*-*
 


Home | Main Index | Thread Index | Old Index