Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a23229

Browse files
committed
BSD$$_derived needs -ltermcap for psql
1 parent 4455ba2 commit 2a23229

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/bin/psql/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.5 1996/08/20 05:04:13 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.6 1996/08/21 04:06:01 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -49,6 +49,10 @@ ifeq ($(USE_READLINE), true)
4949
else
5050
ifeq ($(PORTNAME), bsdi_2_1)
5151
LD_ADD += -ltermcap
52+
else
53+
ifeq ($(PORTNAME), BSD44_derived)
54+
LD_ADD += -ltermcap
55+
endif
5256
endif
5357
endif
5458
endif

0 commit comments

Comments
 (0)