summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-16 15:41:03 +0000
committerjlam <jlam@pkgsrc.org>2001-05-16 15:41:03 +0000
commit70b5c5b46c01a50ba2f51997abfb2ec8edf0bf3d (patch)
treee990d413493c40f1e1df38ea24e143f2b74f6459 /databases
parent2e2187698a17958b32b362a0b2e16396b487ea16 (diff)
downloadpkgsrc-70b5c5b46c01a50ba2f51997abfb2ec8edf0bf3d.tar.gz
Fix problem reported by David Brownlee <abs@netbsd.org> where psql isn't
built with readline support despite linking against libreadline.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql/files/Makefile.custom4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql/files/Makefile.custom b/databases/postgresql/files/Makefile.custom
index 38f40956111..476480288cd 100644
--- a/databases/postgresql/files/Makefile.custom
+++ b/databases/postgresql/files/Makefile.custom
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile.custom,v 1.5 2001/05/14 14:52:37 jlam Exp $
+# $NetBSD: Makefile.custom,v 1.6 2001/05/16 15:41:03 jlam Exp $
#
# This file is included by Makefile.global, which is included by every
# sub-Makefile in the build tree. Makefiles for shared libraries include
# Makefile.global then Makefile.shlib.
ifdef INSTALLED_LIBPQ
-libpq_srcdir = $(includedir)
libpq = -L$(libdir) -lpq
endif
ifdef INSTALLED_LIBPGTCL
-libpgtcl_srcdir = $(includedir)
libpgtcl = -L$(libdir) -lpgtcl
endif