pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/vte3



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 24 07:46:31 UTC 2022

Added Files:
        pkgsrc/x11/vte3: hacks.mk

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/vte3/hacks.mk

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

Added files:

Index: pkgsrc/x11/vte3/hacks.mk
diff -u /dev/null pkgsrc/x11/vte3/hacks.mk:1.1
--- /dev/null   Sat Sep 24 07:46:31 2022
+++ pkgsrc/x11/vte3/hacks.mk    Sat Sep 24 07:46:31 2022
@@ -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