pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/yaks



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jun  4 14:07:54 UTC 2026

Modified Files:
        pkgsrc/devel/yaks: Makefile

Log Message:
yaks: fix NetBSD build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/yaks/Makefile

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

Modified files:

Index: pkgsrc/devel/yaks/Makefile
diff -u pkgsrc/devel/yaks/Makefile:1.1 pkgsrc/devel/yaks/Makefile:1.2
--- pkgsrc/devel/yaks/Makefile:1.1      Tue Jun  2 11:11:49 2026
+++ pkgsrc/devel/yaks/Makefile  Thu Jun  4 14:07:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/06/02 11:11:49 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2026/06/04 14:07:54 schmonz Exp $
 
 DISTNAME=              yaks-0.2.0
 CATEGORIES=            devel
@@ -11,6 +11,9 @@ COMMENT=              Shared Discovery Trees in the 
 LICENSE=               mit
 
 USE_LANGUAGES=         c
+USE_TOOLS+=            pkg-config
+
+RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${SSLBASE}/lib
 
 AUTO_MKDIRS=           yes
 
@@ -20,8 +23,6 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/completions/yx.zsh \
                ${DESTDIR}${PREFIX}/share/zsh/site-functions/_yx
 
-# XXX README.md
-
 .include "cargo-depends.mk"
 
 .include "../../lang/rust/cargo.mk"



Home | Main Index | Thread Index | Old Index