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:   adam
Date:           Thu Mar 16 07:53:35 UTC 2023

Modified Files:
        pkgsrc/devel/ccache: Makefile

Log Message:
ccache: switch to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 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.70 pkgsrc/devel/ccache/Makefile:1.71
--- pkgsrc/devel/ccache/Makefile:1.70   Tue Mar 14 06:30:23 2023
+++ pkgsrc/devel/ccache/Makefile        Thu Mar 16 07:53:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/03/14 06:30:23 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/03/16 07:53:35 adam Exp $
 
 DISTNAME=      ccache-4.8
 CATEGORIES=    devel
@@ -12,7 +12,6 @@ HOMEPAGE=     https://ccache.dev/
 COMMENT=       Cache for C/C++ compilers
 LICENSE=       gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c99 c++17
 USE_TOOLS+=    perl:build pkg-config
 TEST_TARGET=   test
@@ -30,5 +29,6 @@ SUBST_MESSAGE.rubyver=        Fixing asciidocto
 
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../databases/hiredis/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index