pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk atomic64.mk: fix path to bsd.fast.prefs.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d77fc7c34e7
branches:  trunk
changeset: 443911:2d77fc7c34e7
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jan 01 00:06:29 2021 +0000

description:
atomic64.mk: fix path to bsd.fast.prefs.mk

diffstat:

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

diffs (18 lines):

diff -r 991e39c03fa0 -r 2d77fc7c34e7 mk/atomic64.mk
--- a/mk/atomic64.mk    Thu Dec 31 22:40:28 2020 +0000
+++ b/mk/atomic64.mk    Fri Jan 01 00:06:29 2021 +0000
@@ -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