- Link against base libutil for openpty(3)
PR: 169785 Submitted by: gahr Approved by: maintainer (timeout > 1.5 month)
This commit is contained in:
parent
9b665c05a3
commit
4d2b983a20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303329
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ MAN1= cgdb.1
|
|||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
# we need this for openpty(3) . It sucks,
|
||||
# but since cgdb include a libutil itself,
|
||||
# we have to specify the full path.
|
||||
LDFLAGS+= /usr/lib/libutil.so
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# at this time we can not use LIB_DEPENDS, please read ports/99327
|
||||
|
|
Loading…
Reference in a new issue