aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-24 21:02:00 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-24 21:02:00 +0000
commit3cab1532458d325581055bf883f7f858d7a63b2d (patch)
treed2c34a9946cb6e8731c999ef8a53ef6209258911 /gnu
parentd3be45ac2d4358a893e1e35588a4c8806d2960a0 (diff)
Notes
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 007dc4ca00ec..4760c8033ac0 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: