On Sun, Dec 05 2021, Christian Weisgerber <na...@mips.inka.de> wrote:
> I ran another amd64 bulk build with base clang updated to LLVM 13
> and --allow-shlib-undefined as the default again (~patrick/llvm.v6).
> I also put in a tentative fix for security/nss.
>
> Failure logs:
> http://build-failures.rhaalovely.net/amd64-clang/2021-12-04/
>
> Triage:

> emulators/nono                  -Werror,-Wunused-but-set-variable

Looks as simple as dropping -Werror.  ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    5 Oct 2021 10:15:59 -0000       1.17
+++ Makefile    6 Dec 2021 22:40:01 -0000
@@ -30,6 +30,9 @@ LIB_DEPENDS=          x11/wxWidgets
 NO_TEST=               Yes
 CONFIGURE_STYLE=       gnu
 
+post-extract:
+       sed -i 's/-Werror//g' ${WRKSRC}/Makefile.inc
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nono
        ${INSTALL_DATA} ${WRKSRC}/doc/index.html 
${PREFIX}/share/doc/nono/manual.html

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to