From 20d85e645daf65fc86129df3c1c8cdc2a26df512 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 7 Jun 2006 08:27:04 +0000 Subject: Fix build on Darwin/MacOSX --- databases/postgresql81/files/Makefile.custom | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases/postgresql81') 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 -- cgit v1.2.3