pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Brought back removed lines
details: https://anonhg.NetBSD.org/pkgsrc/rev/0da8bb51d8fa
branches: trunk
changeset: 371455:0da8bb51d8fa
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 13 09:35:46 2017 +0000
description:
Brought back removed lines
diffstat:
databases/postgresql95/Makefile.common | 3 ++-
databases/postgresql96/Makefile.common | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 32f91a5bf908 -r 0da8bb51d8fa databases/postgresql95/Makefile.common
--- a/databases/postgresql95/Makefile.common Mon Nov 13 09:33:31 2017 +0000
+++ b/databases/postgresql95/Makefile.common Mon Nov 13 09:35:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2017/11/13 09:33:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2017/11/13 09:35:46 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -117,6 +117,7 @@
CONFIGURE_ARGS+= --with-libedit-preferred
.endif
+.if !defined(META_PACKAGE)
post-extract:
. if !empty(USE_LIBLTDL:M[yY][eE][sS])
cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \
diff -r 32f91a5bf908 -r 0da8bb51d8fa databases/postgresql96/Makefile.common
--- a/databases/postgresql96/Makefile.common Mon Nov 13 09:33:31 2017 +0000
+++ b/databases/postgresql96/Makefile.common Mon Nov 13 09:35:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2017/11/13 09:33:33 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2017/11/13 09:35:46 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -117,6 +117,7 @@
CONFIGURE_ARGS+= --with-libedit-preferred
.endif
+.if !defined(META_PACKAGE)
post-extract:
. if !empty(USE_LIBLTDL:M[yY][eE][sS])
cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \
Home |
Main Index |
Thread Index |
Old Index