pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/vte3 vte3: Attempt to fix on aarch64 with workarou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e655d57f79bb
branches:  trunk
changeset: 385682:e655d57f79bb
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 24 07:46:31 2022 +0000

description:
vte3: Attempt to fix on aarch64 with workaround for GCC 10 toolchain bug

diffstat:

 x11/vte3/hacks.mk |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r a34e7d285843 -r e655d57f79bb x11/vte3/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/vte3/hacks.mk Sat Sep 24 07:46:31 2022 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: hacks.mk,v 1.1 2022/09/24 07:46:31 nia Exp $
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64*)
+# pty.cc:(.text+0x18): undefined reference to `__aarch64_ldadd4_acq_rel'
+# https://bugzilla.redhat.com/show_bug.cgi?id=1830472
+PKG_HACKS+=            no-outline-atomics
+CFLAGS.NetBSD+=                -march=armv8-a -mno-outline-atomics
+.endif



Home | Main Index | Thread Index | Old Index