pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-commonmarker23



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  9 22:58:35 UTC 2025

Modified Files:
        pkgsrc/textproc/ruby-commonmarker23: Makefile

Log Message:
ruby-commonmarker23: bindgen-0.69.5 crate looks for libclang.so, provide it

Fixes build on Net


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-commonmarker23/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-commonmarker23/Makefile
diff -u pkgsrc/textproc/ruby-commonmarker23/Makefile:1.1 pkgsrc/textproc/ruby-commonmarker23/Makefile:1.2
--- pkgsrc/textproc/ruby-commonmarker23/Makefile:1.1    Mon Nov  3 05:29:24 2025
+++ pkgsrc/textproc/ruby-commonmarker23/Makefile        Sun Nov  9 22:58:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/11/03 05:29:24 taca Exp $
+# $NetBSD: Makefile,v 1.2 2025/11/09 22:58:35 wiz Exp $
 
 DISTNAME=      commonmarker-2.3.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/commonmarker/&23/}
@@ -22,4 +22,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