pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql74-lib Fix PLIST issue: unconditio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6634acbc7703
branches:  trunk
changeset: 483252:6634acbc7703
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Nov 09 21:09:13 2004 +0000

description:
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:

 databases/postgresql74-lib/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b2b6f370ea88 -r 6634acbc7703 databases/postgresql74-lib/Makefile
--- a/databases/postgresql74-lib/Makefile       Tue Nov 09 20:20:45 2004 +0000
+++ b/databases/postgresql74-lib/Makefile       Tue Nov 09 21:09:13 2004 +0000
@@ -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 @@
 
 # without this the Darwin build fails
 # (-bundle_loader related)
-.if ${OPSYS} == "Darwin"
 BUILD_DIRS+=           ${WRKSRC}/src/backend
-.endif
 
 BUILD_DIRS+=           ${WRKSRC}/src/pl
 



Home | Main Index | Thread Index | Old Index