summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-16 15:41:03 +0000
committerjlam <jlam>2001-05-16 15:41:03 +0000
commit9c6de11f1d1cbdb876b10bf681a1fc7fd0ee5df3 (patch)
treee990d413493c40f1e1df38ea24e143f2b74f6459 /databases
parentb4437a6852dbb59dc91c716ccde01ea31986d41b (diff)
downloadpkgsrc-9c6de11f1d1cbdb876b10bf681a1fc7fd0ee5df3.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