diff options
author | seb <seb@pkgsrc.org> | 2004-11-09 21:09:13 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-09 21:09:13 +0000 |
commit | e0409f8c81ee366256eb98b934a4984c9b93c280 (patch) | |
tree | bb403e8e71c8ecb04db8e46707090dff4cfa4918 /databases | |
parent | ff77b590165561304e397dad57e43c65509eea47 (diff) | |
download | pkgsrc-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 ;)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74-lib/Makefile | 4 |
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 |