pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache: fix builds on i386 (and possibly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5a9dc7ead71
branches:  trunk
changeset: 391142:d5a9dc7ead71
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Jan 04 02:26:47 2023 +0000

description:
ccache: fix builds on i386 (and possibly other arches)

Addresses PR pkg/57157 from ano(ther)nymous.

diffstat:

 devel/ccache/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ccfef25a1dae -r d5a9dc7ead71 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Wed Jan 04 01:48:48 2023 +0000
+++ b/devel/ccache/Makefile     Wed Jan 04 02:26:47 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2022/12/09 16:14:12 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2023/01/04 02:26:47 gutteridge Exp $
 
 DISTNAME=      ccache-4.7.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -31,4 +31,5 @@
 
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../databases/hiredis/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index