pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add VAX to list of architectures which need libatom...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b7b5e14e566
branches:  trunk
changeset: 456559:3b7b5e14e566
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Mon Aug 02 18:37:08 2021 +0000

description:
Add VAX to list of architectures which need libatomic. Additional fix for PR/56315.

diffstat:

 mk/atomic64.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 668f1e27b81a -r 3b7b5e14e566 mk/atomic64.mk
--- a/mk/atomic64.mk    Mon Aug 02 15:42:09 2021 +0000
+++ b/mk/atomic64.mk    Mon Aug 02 18:37:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.4 2021/06/13 06:04:17 nia Exp $
+# $NetBSD: atomic64.mk,v 1.5 2021/08/02 18:37:08 jklos Exp $
 #
 # This Makefile fragment is included by packages that require 64-bit atomic
 # operations, and will attempt to set the appropriate architecture-specific
@@ -19,7 +19,8 @@
 
 .if ${MACHINE_ARCH} == "m68k" || \
     ${MACHINE_ARCH} == "powerpc" || \
-    ${MACHINE_ARCH} == "sparc"
+    ${MACHINE_ARCH} == "sparc" || \
+    ${MACHINE_ARCH} == "vax"
 .  include "../../devel/libatomic/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index