pkgsrc-WIP-changes archive

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

nanosvg: 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:55 2024 +1000
Changeset:	c06eaeec2562406361973b4fccb83093159b7269

Modified Files:
	nanosvg/Makefile

Log Message:
nanosvg: 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=c06eaeec2562406361973b4fccb83093159b7269

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

diffstat:
 nanosvg/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/nanosvg/Makefile b/nanosvg/Makefile
index 041fc7c936..055e0e6a26 100644
--- a/nanosvg/Makefile
+++ b/nanosvg/Makefile
@@ -12,7 +12,6 @@ COMMENT=	Simple stupid single-header-file SVG parser
 LICENSE=	zlib
 
 USE_LANGUAGES=	c
-USE_TOOLS+=	cmake
-USE_CMAKE=	yes
 
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index