diff options
author | adam <adam> | 2006-06-07 08:27:04 +0000 |
---|---|---|
committer | adam <adam> | 2006-06-07 08:27:04 +0000 |
commit | a59e25ba595077f5319b69dfc5eff5ba49562eb8 (patch) | |
tree | 5e5cb024eb19c1c61dbe671453c7a4101e181b06 /databases/postgresql80 | |
parent | abdad275427076d3345df05761666d06e9955682 (diff) | |
download | pkgsrc-a59e25ba595077f5319b69dfc5eff5ba49562eb8.tar.gz |
Fix build on Darwin/MacOSX
Diffstat (limited to 'databases/postgresql80')
-rw-r--r-- | databases/postgresql80/files/Makefile.custom | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql80/files/Makefile.custom b/databases/postgresql80/files/Makefile.custom index f6aca95b6b6..ef9d22f57f2 100644 --- a/databases/postgresql80/files/Makefile.custom +++ b/databases/postgresql80/files/Makefile.custom @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.custom,v 1.2 2005/08/05 19:43:45 jlam Exp $ +# $NetBSD: Makefile.custom,v 1.3 2006/06/07 08:33:44 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 |