From aed68ca9df01e2f29df91ef8b9c515c3a6a0496a Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 13 Mar 2014 11:08:49 +0000 Subject: Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME. --- databases/postgresql91/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/postgresql91') diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 24d4916e6db..4fa075b516b 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2014/02/23 11:25:52 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 2014/03/13 11:08:50 jperkin Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -44,6 +44,7 @@ DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql91/distinfo COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql91/files PATCHDIR?= ${.CURDIR}/../../databases/postgresql91/patches +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql -- cgit v1.2.3