pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   nat
Date:           Wed Oct 22 15:25:07 UTC 2025

Modified Files:
        pkgsrc/mk: atomic64.mk

Log Message:
Add m68ksf to list requiring libatomic.

Missed in previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mk/atomic64.mk

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

Modified files:

Index: pkgsrc/mk/atomic64.mk
diff -u pkgsrc/mk/atomic64.mk:1.11 pkgsrc/mk/atomic64.mk:1.12
--- pkgsrc/mk/atomic64.mk:1.11  Sun Jun  1 15:19:03 2025
+++ pkgsrc/mk/atomic64.mk       Wed Oct 22 15:25:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.11 2025/06/01 15:19:03 he Exp $
+# $NetBSD: atomic64.mk,v 1.12 2025/10/22 15:25:07 nat Exp $
 #
 # This Makefile fragment is included by packages that require 64-bit atomic
 # operations, and will attempt to set the appropriate architecture-specific
@@ -20,6 +20,7 @@ CFLAGS+=      -march=i586
 .if ${OPSYS} == "NetBSD" && \
     (${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "m68k" || \
+    ${MACHINE_ARCH} == "m68ksf" || \
     ${MACHINE_ARCH} == "mipsel" || \
     ${MACHINE_ARCH} == "mipseb" || \
     ${MACHINE_ARCH} == "powerpc" || \



Home | Main Index | Thread Index | Old Index