pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/njs
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 10:50:11 UTC 2026
Modified Files:
pkgsrc/lang/njs: Makefile
Log Message:
njs: remove -Werror, fixes build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/njs/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/njs/Makefile
diff -u pkgsrc/lang/njs/Makefile:1.31 pkgsrc/lang/njs/Makefile:1.32
--- pkgsrc/lang/njs/Makefile:1.31 Sat Oct 25 01:54:58 2025
+++ pkgsrc/lang/njs/Makefile Sun Jan 4 10:50:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2025/10/25 01:54:58 osa Exp $
+# $NetBSD: Makefile,v 1.32 2026/01/04 10:50:10 wiz Exp $
DISTNAME= njs-0.9.1
PKGREVISION= 1
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --ld-opt="-L${LOCALBASE
#CONFIGURE_ARGS+= --with-quickjs
CONFIGURE_ARGS+= --no-quickjs
+BUILDLINK_TRANSFORM+= rm:-Werror
+
INSTALLATION_DIRS+= bin
do-build:
Home |
Main Index |
Thread Index |
Old Index