pkgsrc-Bugs archive

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

Re: pkg/57196: Package lang/wasi-compiler-rt fails on macOS



The following reply was made to PR pkg/57196; it has been noted by GNATS.

From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: Gnats Bugs <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: pkg/57196: Package lang/wasi-compiler-rt fails on macOS
Date: Wed, 25 Jan 2023 19:16:12 -0500

 Does this patch work for you? (I don't have a viable test machine.)
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/lang/wasi-compiler-rt/Makefile,v
 retrieving revision 1.19
 diff -u -r1.19 Makefile
 --- Makefile	24 Jan 2023 23:42:49 -0000	1.19
 +++ Makefile	26 Jan 2023 00:12:17 -0000
 @@ -51,6 +51,7 @@
   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}
 
 Dave
 


Home | Main Index | Thread Index | Old Index