pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/mozjs78



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Dec 12 02:25:36 UTC 2020

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: note powerpc atomic support is incomplete


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/mozjs78/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/mozjs78/Makefile
diff -u pkgsrc/lang/mozjs78/Makefile:1.11 pkgsrc/lang/mozjs78/Makefile:1.12
--- pkgsrc/lang/mozjs78/Makefile:1.11   Sat Dec  5 12:08:55 2020
+++ pkgsrc/lang/mozjs78/Makefile        Sat Dec 12 02:25:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/12/05 12:08:55 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/12 02:25:36 gutteridge Exp $
 
 DISTNAME=      mozjs78_78.4.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -44,6 +44,8 @@ CONFIGURE_ARGS+=      --host=${MACHINE_GNU_PL
 CXXFLAGS+=             -march=i586
 .endif
 
+# XXX This does not work entirely correctly at present. There are
+# 26 atomic type test failures on powerpc, where these pass on i386.
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
 # 64 bit atomics
 .include "../../devel/libatomic/buildlink3.mk"



Home | Main Index | Thread Index | Old Index