pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/git-cliff
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 17 15:11:45 UTC 2022
Modified Files:
pkgsrc/devel/git-cliff: Makefile
Log Message:
git-cliff: add missing rpath
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/git-cliff/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/git-cliff/Makefile
diff -u pkgsrc/devel/git-cliff/Makefile:1.18 pkgsrc/devel/git-cliff/Makefile:1.19
--- pkgsrc/devel/git-cliff/Makefile:1.18 Sat Sep 17 15:03:24 2022
+++ pkgsrc/devel/git-cliff/Makefile Sat Sep 17 15:11:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/09/17 15:03:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/09/17 15:11:45 wiz Exp $
DISTNAME= git-cliff-0.9.0
CATEGORIES= devel
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/orhun/git-c
COMMENT= Highly customizable Changelog Generator
LICENSE= gnu-gpl-v3
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
+
.include "cargo-depends.mk"
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index