pkgsrc-WIP-changes archive

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

libbgcode: Migrate from USE_CMAKE to cmake/build.mk.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon May 27 20:11:21 2024 +1000
Changeset:	57fbfe647cd82d9b859a232a61a413693fd04b5d

Modified Files:
	libbgcode/Makefile

Log Message:
libbgcode: Migrate from USE_CMAKE to cmake/build.mk.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57fbfe647cd82d9b859a232a61a413693fd04b5d

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

diffstat:
 libbgcode/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/libbgcode/Makefile b/libbgcode/Makefile
index 34752cf8be..bee5d29959 100644
--- a/libbgcode/Makefile
+++ b/libbgcode/Makefile
@@ -12,8 +12,7 @@ COMMENT=	XXX
 LICENSE=	gnu-agpl-v3
 
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	cmake gmake
-USE_CMAKE=	yes
+USE_TOOLS+=	gmake
 #CMAKE_ARGS+=	-DLibBGCode_BUILD_DEPS=on
 
 # CMake goes looking for this binary. Make it happy.
@@ -25,6 +24,7 @@ pre-configure:
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/catch2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../wip/heatshrink/buildlink3.mk"
 


Home | Main Index | Thread Index | Old Index