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 | 0c516697164b1a71ffa870cfd73d54f90a1dc8ff (patch) | |
tree | bb403e8e71c8ecb04db8e46707090dff4cfa4918 /databases/postgresql74-lib | |
parent | 8e849ce99642cbc1c2de669f875968f7c852cfb4 (diff) | |
download | pkgsrc-0c516697164b1a71ffa870cfd73d54f90a1dc8ff.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/postgresql74-lib')
-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 |