pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/mozjs60
Module Name: pkgsrc
Committed By: maya
Date: Thu Apr 30 11:47:45 UTC 2020
Modified Files:
pkgsrc/lang/mozjs60: Makefile
Log Message:
mozjs60: help i386 builders which don't assume i586/have libatomic.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/mozjs60/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/mozjs60/Makefile
diff -u pkgsrc/lang/mozjs60/Makefile:1.6 pkgsrc/lang/mozjs60/Makefile:1.7
--- pkgsrc/lang/mozjs60/Makefile:1.6 Thu Apr 23 08:32:55 2020
+++ pkgsrc/lang/mozjs60/Makefile Thu Apr 30 11:47:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/23 08:32:55 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/30 11:47:45 maya Exp $
DISTNAME= mozjs60_60.8.0.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -31,6 +31,10 @@ CONFIGURE_ARGS+= --with-pthreads
CONFIGURE_ARGS+= --disable-jemalloc
CONFIGURE_ARGS+= --disable-debug-symbols
CONFIGURE_ARGS+= --enable-strip
+.if ${MACHINE_ARCH} == "i386"
+# 64 bit atomics.
+CXXFLAGS+= -march=i586
+.endif
# --with-intl-api
# --disable-optimize
Home |
Main Index |
Thread Index |
Old Index