From e0409f8c81ee366256eb98b934a4984c9b93c280 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 9 Nov 2004 21:09:13 +0000 Subject: Fix PLIST issue: unconditionally add ${WRKSRC}/src/backend to BUILD_DIRS. It's only really needed on Darwin but building there on all platforms allows us to keep the same PLIST for all of them: buildling the backend results in two more include files to be installed. Per discussion with recht@ our dedicated postgresql74-* MAINTAINER ;) --- databases/postgresql74-lib/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'databases') diff --git a/databases/postgresql74-lib/Makefile b/databases/postgresql74-lib/Makefile index 3d5f3fd35fd..1753b885522 100644 --- a/databases/postgresql74-lib/Makefile +++ b/databases/postgresql74-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/11/04 20:10:13 recht Exp $ +# $NetBSD: Makefile,v 1.12 2004/11/09 21:09:13 seb Exp $ PKGNAME= postgresql74-lib-${BASE_VERS} PKGREVISION= # empty @@ -16,9 +16,7 @@ BUILD_DIRS+= ${WRKSRC}/src/interfaces # without this the Darwin build fails # (-bundle_loader related) -.if ${OPSYS} == "Darwin" BUILD_DIRS+= ${WRKSRC}/src/backend -.endif BUILD_DIRS+= ${WRKSRC}/src/pl -- cgit v1.2.3