Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5feb9dc

Browse files
committed
- extend conditional for use of -ltermcap in bsdi/bsdi_2_1 compiles
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
1 parentc777e81 commit5feb9dc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎src/bin/psql/Makefile

Lines changed: 8 additions & 2 deletions
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.2 1996/07/19 06:53:40 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.3 1996/07/20 07:40:03 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -29,7 +29,7 @@ ifeq ($(USE_READLINE), true)
2929
# uncomment this
3030
# CFLAGS += -DOLD_READLINE
3131

32-
LIBCURSES=-lcurses-ltermcap
32+
LIBCURSES=-lcurses
3333
LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory$(LIBCURSES)
3434
# use the following if your readline has no separate history lib
3535
# LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)
@@ -45,6 +45,12 @@ ifeq ($(USE_READLINE), true)
4545
endif
4646
ifeq ($(PORTNAME), next)
4747
LD_ADD += -ltermcap
48+
ifeq ($(PORTNAME), bsdi)
49+
LD_ADD += -ltermcap
50+
ifeq ($(PORTNAME), bsdi_2_1)
51+
LD_ADD += -ltermcap
52+
endif
53+
endif
4854
endif
4955
endif
5056
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp