pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ccache



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jan  4 02:26:47 UTC 2023

Modified Files:
        pkgsrc/devel/ccache: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/ccache/Makefile

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

Modified files:

Index: pkgsrc/devel/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.67 pkgsrc/devel/ccache/Makefile:1.68
--- pkgsrc/devel/ccache/Makefile:1.67   Fri Dec  9 16:14:12 2022
+++ pkgsrc/devel/ccache/Makefile        Wed Jan  4 02:26:47 2023
@@ -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 @@ SUBST_MESSAGE.rubyver=        Fixing asciidocto
 
 .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