pkgsrc-WIP-changes archive

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

liblxqt: switch to cmake/build.mk



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon May 27 14:42:53 2024 +0200
Changeset:	b8f36a4033cd912827bffbf33b5a89bf7bbe424c

Modified Files:
	liblxqt/Makefile

Log Message:
liblxqt: switch 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=b8f36a4033cd912827bffbf33b5a89bf7bbe424c

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

diffstat:
 liblxqt/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/liblxqt/Makefile b/liblxqt/Makefile
index 94c59c1b7c..d7571f109e 100644
--- a/liblxqt/Makefile
+++ b/liblxqt/Makefile
@@ -15,12 +15,6 @@ USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config perl
 USE_LANGUAGES=	c c++
 
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
 TOOL_DEPENDS+=	lxqt-build-tools>=2.0.0:../../wip/lxqt2-build-tools
 TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
@@ -31,4 +25,5 @@ LDFLAGS.SunOS+=			-lsocket
 .include "../../wip/libqtxdg/buildlink3.mk"
 .include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../security/polkit-qt6/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index