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:   gutteridge
Date:           Fri Jan  1 00:06:29 UTC 2021

Modified Files:
        pkgsrc/mk: atomic64.mk

Log Message:
atomic64.mk: fix path to bsd.fast.prefs.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/mk/atomic64.mk:1.2
--- pkgsrc/mk/atomic64.mk:1.1   Thu Dec 31 20:04:12 2020
+++ pkgsrc/mk/atomic64.mk       Fri Jan  1 00:06:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.1 2020/12/31 20:04:12 nia Exp $
+# $NetBSD: atomic64.mk,v 1.2 2021/01/01 00:06:29 gutteridge Exp $
 #
 # This Makefile fragment is included by packages that require 64-bit atomic
 # operations, and will attempt to set the appropriate architecture-specific
@@ -8,7 +8,7 @@
 
 ATOMIC64_MK:=
 
-.include "../../bsd.fast.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386"
 .  if empty(CFLAGS:M*march=*)



Home | Main Index | Thread Index | Old Index