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:   gutteridge
Date:           Mon Jan 30 02:52:02 UTC 2023

Modified Files:
        pkgsrc/lang/wasi-compiler-rt: Makefile

Log Message:
wasi-compiler-rt: fix macOS builds

Don't assume an iOS SDK is present. Reported by John Klos in PR pkg/57196.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/lang/wasi-compiler-rt/Makefile:1.20
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.19  Tue Jan 24 23:42:49 2023
+++ pkgsrc/lang/wasi-compiler-rt/Makefile       Mon Jan 30 02:52:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/01/24 23:42:49 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/01/30 02:52:02 gutteridge Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -51,6 +51,7 @@ CMAKE_ARGS+=  -DCOMPILER_RT_HAS_FLOAT16:B
 CMAKE_ARGS+=   -DCOMPILER_RT_HAS_ASM_LSE:BOOL=OFF
 CMAKE_ARGS+=   -DCMAKE_C_COMPILER_WORKS=1 # Do not test clang compile
 CMAKE_ARGS+=   -DCMAKE_CXX_COMPILER_WORKS=1 # Do not test clang++ compile
+CMAKE_ARGS+=   -DCOMPILER_RT_ENABLE_IOS=OFF
 
 CMAKE_INSTALL_PREFIX=  ${PREFIX}/lib/clang/${PKGVERSION_NOREV}
 



Home | Main Index | Thread Index | Old Index