Add -lcompat to LDADD for insque/remque (they treated as part of library)
This commit is contained in:
parent
d3be45ac2d
commit
3cab153245
@ -10,7 +10,7 @@ LIB= g++
|
||||
NOMAN= noman
|
||||
CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include
|
||||
CXXFLAGS+= -I${.CURDIR}/include -I/usr/include/g++ -I/usr/include -nostdinc++
|
||||
LDADD+= -lcurses
|
||||
LDADD+= -lcurses -lcompat
|
||||
.PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ ${.CURDIR}/librx
|
||||
|
||||
beforeinstall:
|
||||
|
Loading…
Reference in New Issue
Block a user