pkgsrc-WIP-changes archive

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

maolan: lilv not needed on Darwin



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 6 14:12:21 2026 +0100
Changeset:	9a507e9da835485d0e0792f0abe201a72bc30d03

Modified Files:
	maolan/Makefile

Log Message:
maolan: lilv not needed on Darwin

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

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

diffstat:
 maolan/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/maolan/Makefile b/maolan/Makefile
index d17f00cdb9..ed5a08ca86 100644
--- a/maolan/Makefile
+++ b/maolan/Makefile
@@ -17,7 +17,12 @@ RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.lilv}/lib
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.suil}/lib
 
 .include "cargo-depends.mk"
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
 .include "../../audio/lilv/buildlink3.mk"
+.endif
 .include "../../audio/suil/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index