pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql13-client



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Feb 19 13:25:39 UTC 2021

Modified Files:
        pkgsrc/databases/postgresql13-client: Makefile

Log Message:
Build the frontend libraries first to fix parallel build errors.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql13-client/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql13-client/Makefile
diff -u pkgsrc/databases/postgresql13-client/Makefile:1.5 pkgsrc/databases/postgresql13-client/Makefile:1.6
--- pkgsrc/databases/postgresql13-client/Makefile:1.5   Mon Feb 15 18:58:39 2021
+++ pkgsrc/databases/postgresql13-client/Makefile       Fri Feb 19 13:25:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/02/15 18:58:39 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/19 13:25:39 joerg Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-client-/}
 COMMENT=       PostgreSQL database client programs
@@ -39,12 +39,13 @@ CONFIGURE_ARGS+=    --enable-thread-safety
 CONFIGURE_ARGS+=       --disable-thread-safety
 .endif
 
+BUILD_DIRS+=   src/fe_utils
 INSTALL_DIRS=  src/include
 INSTALL_DIRS+= src/common
 INSTALL_DIRS+= src/port
 INSTALL_DIRS+= src/interfaces
 INSTALL_DIRS+= src/bin
-BUILD_DIRS=    ${INSTALL_DIRS}
+BUILD_DIRS+=   ${INSTALL_DIRS}
 # Without this, the Darwin build fails (related to -bundle_loader).
 BUILD_DIRS+=   src/backend
 



Home | Main Index | Thread Index | Old Index