git: 1cd0117ff6a1 - main - ncurses: libform is installed as libformw
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 12:59:12 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=1cd0117ff6a147d5979ebf736afe00c6d4287f2d
commit 1cd0117ff6a147d5979ebf736afe00c6d4287f2d
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-11-24 12:58:17 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-11-24 12:58:17 +0000
ncurses: libform is installed as libformw
Reported by: many
---
share/mk/bsd.libnames.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index bc59c4babfd4..f71664bf5858 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -64,7 +64,7 @@ LIBEXECINFO?= ${LIBDESTDIR}${LIBDIR_BASE}/libexecinfo.a
LIBFETCH?= ${LIBDESTDIR}${LIBDIR_BASE}/libfetch.a
LIBFIGPAR?= ${LIBDESTDIR}${LIBDIR_BASE}/libfigpar.a
LIBFL?= "don't use LIBFL, use LIBL"
-LIBFORM?= ${LIBDESTDIR}${LIBDIR_BASE}/libform.a
+LIBFORMW?= ${LIBDESTDIR}${LIBDIR_BASE}/libformw.a
LIBG2C?= ${LIBDESTDIR}${LIBDIR_BASE}/libg2c.a
LIBGEOM?= ${LIBDESTDIR}${LIBDIR_BASE}/libgeom.a
LIBGPIO?= ${LIBDESTDIR}${LIBDIR_BASE}/libgpio.a