File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77#
88#
99# IDENTIFICATION
10- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.13 1996/07/25 00:30:02 scrappy Exp $
10+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.14 1996/07/25 07: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.
6464SRCDIR= /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
224220TK_LIBDIR= /usr/local/devel/tk4.0/lib
225221TK_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
You can’t perform that action at this time.
0 commit comments