pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-commonmarker
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 9 22:55:56 UTC 2025
Modified Files:
pkgsrc/textproc/ruby-commonmarker: Makefile
Log Message:
ruby-commonmarker: bindgen-0.69.5 crate looks for libclang.so, provide it
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ruby-commonmarker/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-commonmarker/Makefile
diff -u pkgsrc/textproc/ruby-commonmarker/Makefile:1.7 pkgsrc/textproc/ruby-commonmarker/Makefile:1.8
--- pkgsrc/textproc/ruby-commonmarker/Makefile:1.7 Mon Nov 3 07:26:12 2025
+++ pkgsrc/textproc/ruby-commonmarker/Makefile Sun Nov 9 22:55:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/11/03 07:26:12 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/11/09 22:55:56 wiz Exp $
DISTNAME= commonmarker-2.5.0
CATEGORIES= textproc
@@ -21,4 +21,5 @@ RUBYGEM_OPTIONS+= --format-executable
#
.include "../../lang/ruby/gem.mk"
.include "../../lang/rust/cargo.mk"
+.include "../../lang/clang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index