pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/quickjs
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 27 20:24:07 UTC 2026
Modified Files:
pkgsrc/lang/quickjs: Makefile
Log Message:
quickjs: Fix build on all !NetBSD OS.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/quickjs/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/quickjs/Makefile
diff -u pkgsrc/lang/quickjs/Makefile:1.18 pkgsrc/lang/quickjs/Makefile:1.19
--- pkgsrc/lang/quickjs/Makefile:1.18 Tue Mar 10 17:24:10 2026
+++ pkgsrc/lang/quickjs/Makefile Fri Mar 27 20:24:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2026/03/10 17:24:10 osa Exp $
+# $NetBSD: Makefile,v 1.19 2026/03/27 20:24:07 nia Exp $
NAME= quickjs
QJS_DATE= 2025-12-22
@@ -20,6 +20,8 @@ MAKE_FLAGS= prefix=${PREFIX}
TEST_TARGET= test
AUTO_MKDIRS= yes
+CFLAGS+= -fPIC
+
# Requires C11 atomics support
USE_CC_FEATURES= c11
Home |
Main Index |
Thread Index |
Old Index