summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-11-09 21:09:13 +0000
committerseb <seb@pkgsrc.org>2004-11-09 21:09:13 +0000
commite0409f8c81ee366256eb98b934a4984c9b93c280 (patch)
treebb403e8e71c8ecb04db8e46707090dff4cfa4918
parentff77b590165561304e397dad57e43c65509eea47 (diff)
downloadpkgsrc-e0409f8c81ee366256eb98b934a4984c9b93c280.tar.gz
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 ;)
-rw-r--r--databases/postgresql74-lib/Makefile4
1 files changed, 1 insertions, 3 deletions
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