From 0f61271c87f62785ce59424257bed5dd8f79bf1c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 12 Oct 1994 02:13:39 +0000 Subject: [PATCH] Add LDADD += -lcurses --- gnu/lib/libg++/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 1a48374ba15..7a7888a7839 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1994/09/09 22:22:36 wollman Exp $ +# $Id: Makefile,v 1.4 1994/09/10 07:15:59 pst Exp $ # SRCS= vasprintf.c strerror.c strsignal.c @@ -10,6 +10,7 @@ NOMAN= noman CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include CXXFLAGS+= -fexternal-templates -I${.CURDIR}/include .PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ +LDADD+= -lcurses beforeinstall: @-if [ ! -d ${DESTDIR}/usr/include/g++ ]; then mkdir ${DESTDIR}/usr/include/g++; chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/g++; chmod 755 ${DESTDIR}/usr/include/g++; fi