git: 705d726338c3 - main - ncurses: ensure we prefer the generated ncurses_dll.h

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 25 18:30:02 UTC 2021


The branch main has been updated by bapt:

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

commit 705d726338c39a225a433d9277f16ba61b613d16
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-02-25 18:27:29 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
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
 


More information about the dev-commits-src-all mailing list