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: Mon Dec 13 13:14:32 UTC 2021
Modified Files:
pkgsrc/lang/quickjs: Makefile
Log Message:
quickjs: fix PLIST on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/lang/quickjs/Makefile:1.8
--- pkgsrc/lang/quickjs/Makefile:1.7 Sun May 10 10:32:33 2020
+++ pkgsrc/lang/quickjs/Makefile Mon Dec 13 13:14:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/05/10 10:32:33 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/12/13 13:14:32 nia Exp $
NAME= quickjs
QJS_DATE= 2020-04-12
@@ -28,7 +28,7 @@ HAS_ATOMIC_64!= ${CC} -E files/netbsd-ha
.if (${HAS_ATOMIC_64} == "YES")
MAKE_ENV+= CONFIG_BIGNUM=yes
.endif
-.elif ${OPSYS} == "Linux"
+.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
PLIST.lto=yes
.else # Not NetBSD && not Linux
# Presumed to be supported
Home |
Main Index |
Thread Index |
Old Index