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
commit20d85e645daf65fc86129df3c1c8cdc2a26df512 (patch)
tree5e5cb024eb19c1c61dbe671453c7a4101e181b06 /databases/postgresql81
parent54299b1dc109551cd44ab00b85408dbfbbad8dd4 (diff)
downloadpkgsrc-20d85e645daf65fc86129df3c1c8cdc2a26df512.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