pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gvfs: Fix typo in hacks.mk
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Sat Nov 15 05:05:42 2025 +0900
Changeset: e6314b8a3aa00a17b0717cbfea2cc34b8934f370
Modified Files:
gvfs/hacks.mk
Log Message:
gvfs: Fix typo in hacks.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6314b8a3aa00a17b0717cbfea2cc34b8934f370
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gvfs/hacks.mk | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/gvfs/hacks.mk b/gvfs/hacks.mk
index 171f24cd72..00a218845d 100644
--- a/gvfs/hacks.mk
+++ b/gvfs/hacks.mk
@@ -15,8 +15,9 @@ GVFS_HACKS_MK= defined
### introduced on their own, Meson allocates a dummy rpath with the same
### length of install_rpath with every character replaced with 'X', like
### "-Wl,-rpath,XXXXXXXXXX", which doesn't begin with a '/' so our
-### cwrappers remove them! Meson and our cwrappers fight against each other
-### in a very indirect way, and the only around is to do this silly hack:
+### cwrappers remove it! Meson and our cwrappers fight against each other
+### in a very indirect way, and the only way around is to do this silly
+### hack:
PKG_HACKS+= rpath-fixup
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX:Q}/lib/gvfs
Home |
Main Index |
Thread Index |
Old Index