From 856011690c464278ca93d9654d921ea6d17c743b Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 24 Nov 1994 21:02:00 +0000 Subject: Add -lcompat to LDADD for insque/remque (they treated as part of library) --- gnu/lib/libg++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib') diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 007dc4c..4760c80 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -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: -- cgit v1.1