pkgsrc-WIP-changes archive

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

lgogdownloader-git: use cmake/build.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Jan 23 19:27:30 2023 +0100
Changeset:	6c69a9079fe9cc901ea3cbaf6a2f009ccac65b95

Modified Files:
	lgogdownloader-git/Makefile

Log Message:
lgogdownloader-git: use 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=6c69a9079fe9cc901ea3cbaf6a2f009ccac65b95

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

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

diffs:
diff --git a/lgogdownloader-git/Makefile b/lgogdownloader-git/Makefile
index 0df042486a..0f17ef4b85 100644
--- a/lgogdownloader-git/Makefile
+++ b/lgogdownloader-git/Makefile
@@ -12,7 +12,6 @@ LICENSE=	public-domain # actually, dwtfywtpl
 TOOL_DEPENDS+=	help2man-[0-9]*:../../converters/help2man
 
 USE_LANGUAGES=	c c++
-USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
 CMAKE_ARGS+=	-DPC_JSONCPP_INCLUDEDIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/include/json
 
@@ -27,6 +26,7 @@ CXXFLAGS+=	-march=i586
 .endif
 
 .include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../textproc/tinyxml2/buildlink3.mk"
 .include "../../www/htmlcxx/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index