pkgsrc-WIP-changes archive

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

xoreos-tools: Update to new CMake method



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Sat Sep 21 20:31:02 2024 -0700
Changeset:	333c733cd92c4fa7512aff1de87be8834bb0668b

Modified Files:
	xoreos-tools/Makefile

Log Message:
xoreos-tools: Update to new CMake method

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

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

diffstat:
 xoreos-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/xoreos-tools/Makefile b/xoreos-tools/Makefile
index e50cd3a67a..9bc02b7e18 100644
--- a/xoreos-tools/Makefile
+++ b/xoreos-tools/Makefile
@@ -12,9 +12,9 @@ LICENSE=	gnu-gpl-v3
 
 EXTRACT_USING=	gtar
 USE_LANGUAGES=	c c++
-USE_CMAKE=	yes
 CXXFLAGS+=	-fpermissive
 
+.include "../../devel/cmake/build.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"


Home | Main Index | Thread Index | Old Index