pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q2] pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Sep 18 18:21:23 UTC 2020

Modified Files:
        pkgsrc/www/webkit-gtk [pkgsrc-2020Q2]: hacks.mk

Log Message:
Pullup ticket #6321 - requested by he
www/webkit-gtk: PowerPC build fix

Revisions pulled up:
- www/webkit-gtk/hacks.mk                                       1.2

---
   Module Name: pkgsrc
   Committed By:        he
   Date:                Fri Sep 11 09:21:32 UTC 2020

   Modified Files:
        pkgsrc/www/webkit-gtk: hacks.mk

   Log Message:
   Pull in devel/libatomic on powerpc due to lack of native 8-byte atomics.
   Fixes build on NetBSD/macppc 9.0, should have no effect elsewhere, so no
   revision bump.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.38.1 pkgsrc/www/webkit-gtk/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit-gtk/hacks.mk
diff -u pkgsrc/www/webkit-gtk/hacks.mk:1.1 pkgsrc/www/webkit-gtk/hacks.mk:1.1.38.1
--- pkgsrc/www/webkit-gtk/hacks.mk:1.1  Mon Oct  5 16:25:30 2015
+++ pkgsrc/www/webkit-gtk/hacks.mk      Fri Sep 18 18:21:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2015/10/05 16:25:30 leot Exp $
+# $NetBSD: hacks.mk,v 1.1.38.1 2020/09/18 18:21:23 bsiegert Exp $
 
 .if !defined(WEBKIT_GTK_HACKS_MK)
 WEBKIT_GTK_HACKS_MK=   defined
@@ -13,4 +13,13 @@ PKG_HACKS+=  i386-atomicops
 CXXFLAGS+=     -march=i586
 .endif
 
+# [Mon Sep  7 20:40:36 CEST 2020 : he]
+# On NetBSD/powerpc, we don't have native 8-byte atomics,
+# but webkit-gtk insists on using them, so here we need libatomic.
+# (This is a trial balloon -- let's see if autoconf will pick it up...)
+.if ${MACHINE_ARCH} == "powerpc"
+PKG_HACKS+=     powerpc-libatomic
+.include "../../devel/libatomic/buildlink3.mk"
+.endif
+
 .endif # WEBKIT_GTK_HACKS_MK



Home | Main Index | Thread Index | Old Index