mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix mis-merged LDADD/DPADD
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
51daa9fe00
commit
7d2c986e47
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ LDADD+= ${.OBJDIR}/../../../lib/clang/lib${lib}/lib${lib}.a
|
|||
|
||||
PACKAGE= clang
|
||||
|
||||
DPADD+= ${LIBNCURSESW}
|
||||
LDADD+= -lncursesw
|
||||
LIBADD+= ncursesw pthread
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue