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:   tsutsui
Date:           Tue May 21 14:14:37 UTC 2024

Modified Files:
        pkgsrc/mk: atomic64.mk

Log Message:
atomic64.mk: NetBSD/sh3 also requires libatomic.

Fixes ffmpeg5 and ffmpeg6 builds on NetBSD/landisk.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/mk/atomic64.mk:1.10
--- pkgsrc/mk/atomic64.mk:1.9   Wed May 15 07:37:46 2024
+++ pkgsrc/mk/atomic64.mk       Tue May 21 14:14:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.9 2024/05/15 07:37:46 nia Exp $
+# $NetBSD: atomic64.mk,v 1.10 2024/05/21 14:14:37 tsutsui Exp $
 #
 # This Makefile fragment is included by packages that require 64-bit atomic
 # operations, and will attempt to set the appropriate architecture-specific
@@ -22,6 +22,8 @@ CFLAGS+=      -march=i586
     ${MACHINE_ARCH} == "mipsel" || \
     ${MACHINE_ARCH} == "mipseb" || \
     ${MACHINE_ARCH} == "powerpc" || \
+    ${MACHINE_ARCH} == "sh3el" || \
+    ${MACHINE_ARCH} == "sh3eb" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "vax" || \
     !empty(MACHINE_ARCH:Mearm*))



Home | Main Index | Thread Index | Old Index