pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/wasi-libcxx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 27 10:00:13 UTC 2021

Modified Files:
        pkgsrc/lang/wasi-libcxx: Makefile

Log Message:
wasi-libcxx: add missing include for wasi-libc

Fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/wasi-libcxx/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-libcxx/Makefile
diff -u pkgsrc/lang/wasi-libcxx/Makefile:1.3 pkgsrc/lang/wasi-libcxx/Makefile:1.4
--- pkgsrc/lang/wasi-libcxx/Makefile:1.3        Wed Dec 22 16:10:43 2021
+++ pkgsrc/lang/wasi-libcxx/Makefile    Mon Dec 27 10:00:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/22 16:10:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/27 10:00:13 wiz Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -168,6 +168,7 @@ do-configure:
                cmake ${CMAKE_ARGS} ../libcxxabi
 
 .include "../../lang/llvm/buildlink3.mk"
+.include "../../lang/wasi-libc/buildlink3.mk"
 .include "../../lang/wasi-compiler-rt/buildlink3.mk"
 PKGSRC_COMPILER=       clang
 CLANGBASE=             ${PREFIX}



Home | Main Index | Thread Index | Old Index