mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
ChangeLog: https://github.com/martanne/vis/blob/v0.9/CHANGELOG.md PR: 279689 Reported by: DtxdF@disroot.org (maintainer)
11 lines
379 B
C
11 lines
379 B
C
--- vis-single.c.orig 2024-06-11 22:03:34 UTC
|
|
+++ vis-single.c
|
|
@@ -29,7 +29,7 @@
|
|
|
|
#ifndef VIS_TERMINFO
|
|
#define VIS_TERMINFO "/etc/terminfo:/lib/terminfo:/usr/share/terminfo:" \
|
|
- "/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo"
|
|
+ "/usr/lib/terminfo:%%PREFIX%%/share/terminfo:%%PREFIX%%/lib/terminfo"
|
|
#endif
|
|
|
|
static lzma_stream strm = LZMA_STREAM_INIT;
|