pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Enable building under Linux - dbus-1 required.
Module Name: pkgsrc-wip
Committed By: ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By: ci4ic4
Date: Fri Jun 12 16:05:48 2026 +0100
Changeset: 622817bd4306d34cf3d3b633510f3a86204ffdf8
Modified Files:
CodeWhale/Makefile
Log Message:
Enable building under Linux - dbus-1 required.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=622817bd4306d34cf3d3b633510f3a86204ffdf8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
CodeWhale/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/CodeWhale/Makefile b/CodeWhale/Makefile
index 269875ebc2..42edfef724 100644
--- a/CodeWhale/Makefile
+++ b/CodeWhale/Makefile
@@ -13,6 +13,7 @@ LICENSE= mit
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LANGUAGES= c
+USE_TOOLS+= pkg-config
CARGO_INSTALL_ARGS= install --path crates/tui --root ${DESTDIR}${PREFIX} ${DEFAULT_CARGO_ARGS}
@@ -23,5 +24,6 @@ post-install:
.include "cargo-depends.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index