From 8429be58d4dd33dfc5e94ee69bbfba5a484851cb 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. --- net/mDNSResponder/Makefile | 4 +++- net/nagios-base/Makefile | 4 +++- net/samba/Makefile | 4 +++- net/spread/Makefile | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index e93132e1c4c..fa7da15e9a1 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/23 17:18:36 asau Exp $ +# $NetBSD: Makefile,v 1.38 2014/03/13 11:08:52 jperkin Exp $ DISTNAME= mDNSResponder-258.14 CATEGORIES= net @@ -15,6 +15,8 @@ BUILDDIR= ${WRKSRC}/mDNSPosix/build/prod AUTO_MKDIRS= yes MAKE_JOBS_SAFE= no +USE_GCC_RUNTIME= yes + .include "../../mk/bsd.prefs.mk" SO_SUFFIX= so diff --git a/net/nagios-base/Makefile b/net/nagios-base/Makefile index 15bc9250124..8197d832e4e 100644 --- a/net/nagios-base/Makefile +++ b/net/nagios-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/03/11 14:34:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2014/03/13 11:08:52 jperkin Exp $ # DISTNAME= nagios-3.5.0 @@ -19,6 +19,8 @@ LICENSE= gnu-gpl-v2 .include "../../net/nagios-base/Makefile.common" .include "options.mk" +USE_GCC_RUNTIME= yes + CONFIGURE_ARGS+= --with-gd-lib=${PREFIX}/lib CONFIGURE_ARGS+= --with-gd-inc=${PREFIX}/include CONFIGURE_ARGS+= --enable-embedded-perl diff --git a/net/samba/Makefile b/net/samba/Makefile index be68f779a95..eca94fb5933 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2014/03/03 08:15:10 obache Exp $ +# $NetBSD: Makefile,v 1.246 2014/03/13 11:08:52 jperkin Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 2 @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v3 VERSION= 3.6.22 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]* +USE_GCC_RUNTIME= yes + FILESDIR= ${PKGDIR}/../../net/samba/files DESCR_SRC= ${PKGDIR}/../../net/samba/DESCR MESSAGE_SRC= ${PKGDIR}/../../net/samba/MESSAGE diff --git a/net/spread/Makefile b/net/spread/Makefile index 23106b78d93..78fbbd2a8ae 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/11/01 13:26:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2014/03/13 11:08:52 jperkin Exp $ # DISTNAME= spread-src-3.17.3 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.spread.org/ COMMENT= Group communication system providing a number of messaging services WRKSRC= ${WRKDIR}/${DISTNAME} +USE_GCC_RUNTIME=yes USE_TOOLS+= perl GNU_CONFIGURE= YES CONFIGURE_ARGS+= --includedir=${PREFIX:Q}/include/spread -- cgit v1.2.3