Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 20:19:09 UTC Now

2020-08-28 15:44:32 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6310 - requested by he
lang/mozjs60: PowerPC build fix

Revisions pulled up:
- lang/mozjs60/Makefile                                        1.10
- lang/mozjs60/distinfo                                        1.7
- lang/mozjs60/patches/patch-js_src_jit_AtomicOperations.h      1.1
- lang/mozjs60/patches/patch-js_src_jit_none_AtomicOperations-feeling-lucky.h 1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Sun Aug 23 22:29:47 UTC 2020

  Modified Files:
  pkgsrc/lang/mozjs60: Makefile distinfo
  Added Files:
  pkgsrc/lang/mozjs60/patches: patch-js_src_jit_AtomicOperations.h
      patch-js_src_jit_none_AtomicOperations-feeling-lucky.h

  Log Message:
  Make this build on NetBSD/powerpc:
    * c++ doesn't predefine __ppc__, only __powerpc__.  Compensate.
    * On NetBSD/powerpc, use libatomic for access to 64-bit atomics.
  PKGREVISION not bumped; build fix for NetBSD/powerpc, should not affect others.

(bsiegert)