We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc777e81 commit5feb9dcCopy full SHA for 5feb9dc
src/bin/psql/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.2 1996/07/19 06:53:40 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.3 1996/07/20 07:40:03 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -29,7 +29,7 @@ ifeq ($(USE_READLINE), true)
29
# uncomment this
30
# CFLAGS += -DOLD_READLINE
31
32
-LIBCURSES=-lcurses-ltermcap
+LIBCURSES=-lcurses
33
LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory$(LIBCURSES)
34
# use the following if your readline has no separate history lib
35
# LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)
@@ -45,6 +45,12 @@ ifeq ($(USE_READLINE), true)
45
endif
46
ifeq ($(PORTNAME), next)
47
LD_ADD += -ltermcap
48
+ ifeq ($(PORTNAME), bsdi)
49
+LD_ADD += -ltermcap
50
+ ifeq ($(PORTNAME), bsdi_2_1)
51
52
+ endif
53
54
55
56