Skip to content

Commit 359258e

Browse files
committed
BSD44_derived required -ltermcap as well...
1 parent 871f10e commit 359258e

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.4.2.1 1996/08/19 19:32:58 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4.2.2 1996/08/19 19:36:01 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -51,6 +51,10 @@ ifeq ($(USE_READLINE), true)
5151
else
5252
ifeq ($(PORTNAME), bsdi_2_1)
5353
LD_ADD += -ltermcap
54+
else
55+
ifeq ($(PORTNAME), BSD44_derived)
56+
LD_ADD += -ltermcap
57+
endif
5458
endif
5559
endif
5660
endif

0 commit comments

Comments
 (0)