The branch main has been updated by bapt:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=705d726338c39a225a433d9277f16ba61b613d16

commit 705d726338c39a225a433d9277f16ba61b613d16
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2021-02-25 18:27:29 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2021-02-25 18:27:29 +0000

    ncurses: ensure we prefer the generated ncurses_dll.h
---
 lib/ncurses/config.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk
index 7a64a7b948ee..fc77567b2594 100644
--- a/lib/ncurses/config.mk
+++ b/lib/ncurses/config.mk
@@ -18,6 +18,7 @@ CFLAGS+=      -I${.CURDIR:H}/ncurses
 
 CFLAGS+=       -I${NCURSES_DIR}/include
 CFLAGS+=       -I${NCURSES_DIR}/ncurses
+CFLAGS+=       -I${.OBJDIR:H}/ncurses/
 
 CFLAGS+=       -Wall
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to