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

Commit65b4b39

Browse files
committed
Dr George suggested removing Makefile.custom altogether, to reduce
any confusion...so its gone...
1 parentff50e5a commit65b4b39

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

‎src/Makefile.custom

Whitespace-only changes.

‎src/Makefile.global

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.13 1996/07/2500:30:02 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.14 1996/07/2507:26:37 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -63,10 +63,6 @@ PORTNAME=BSD44_derived
6363
# SRCDIR specifies where the source files are.
6464
SRCDIR=/home/staff/scrappy/cvs/postgres95/src
6565

66-
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
67-
LEX = flex
68-
LDADD+= -L/usr/local/lib -lfl
69-
7066
# POSTGRESLOGIN is the login name of the user who gets special
7167
# privileges within the database. By default it is "postgres", but
7268
# you can change it to any existing login name (such as your own
@@ -224,6 +220,10 @@ TK_INCDIR= /usr/local/devel/tk4.0/include
224220
TK_LIBDIR= /usr/local/devel/tk4.0/lib
225221
TK_LIB = -ltk4.0
226222

223+
X11_INCDIR = /usr/X11R6.1/include
224+
X11_LIBDIR = /usr/X11R6.1/lib
225+
X11_LIB = -lX11
226+
227227
#
228228
# include port specific rules and variables. For instance:
229229
#
@@ -315,4 +315,3 @@ objdir=obj
315315
#
316316
# Customization.
317317
#
318-
-include $(MKDIR)/../Makefile.custom

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp