summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-24 21:02:00 +0000
committerache <ache@FreeBSD.org>1994-11-24 21:02:00 +0000
commit856011690c464278ca93d9654d921ea6d17c743b (patch)
treed2c34a9946cb6e8731c999ef8a53ef6209258911 /gnu
parentfda7f58172292d4fd6146733806f87f7509f776c (diff)
downloadFreeBSD-src-856011690c464278ca93d9654d921ea6d17c743b.zip
FreeBSD-src-856011690c464278ca93d9654d921ea6d17c743b.tar.gz
Add -lcompat to LDADD for insque/remque (they treated as part of library)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/Makefile2
1 files changed, 1 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud