summaryrefslogtreecommitdiff
path: root/databases/postgresql81
diff options
context:
space:
mode:
authoradam <adam>2006-06-07 08:27:04 +0000
committeradam <adam>2006-06-07 08:27:04 +0000
commita59e25ba595077f5319b69dfc5eff5ba49562eb8 (patch)
tree5e5cb024eb19c1c61dbe671453c7a4101e181b06 /databases/postgresql81
parentabdad275427076d3345df05761666d06e9955682 (diff)
downloadpkgsrc-a59e25ba595077f5319b69dfc5eff5ba49562eb8.tar.gz
Fix build on Darwin/MacOSX
Diffstat (limited to 'databases/postgresql81')
-rw-r--r--databases/postgresql81/files/Makefile.custom5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql81/files/Makefile.custom b/databases/postgresql81/files/Makefile.custom
index db523bcd7f1..a2816edce85 100644
--- a/databases/postgresql81/files/Makefile.custom
+++ b/databases/postgresql81/files/Makefile.custom
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.custom,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+# $NetBSD: Makefile.custom,v 1.2 2006/06/07 08:27:04 adam Exp $
#
# This file is included at the end of Makefile.global, which is included
# by every sub-Makefile in the build tree. Makefiles for shared
@@ -21,6 +21,9 @@ ifdef INSTALLED_LIBPQ
libpq = -lpq
else
ifdef LIBTOOL
+libpq = $(libpq_builddir)/libpq.la
+endif
+ifdef PGFILEDESC
libpq = -L$(libpq_builddir)/.libs -lpq
endif
endif