From 4d6a0dc9b3b8dc5ce78cec9082c68577a8bd9dd1 Mon Sep 17 00:00:00 2001 From: fhajny Date: Fri, 9 Mar 2012 15:15:30 +0000 Subject: Force --with-waitfunc=wait3 on SunOS, fixes several courier-* packages. --- security/courier-authlib/Makefile.common | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/courier-authlib/Makefile.common b/security/courier-authlib/Makefile.common index 10ebfd848b8..b6497306e49 100644 --- a/security/courier-authlib/Makefile.common +++ b/security/courier-authlib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2010/11/10 10:37:48 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2012/03/09 15:15:30 fhajny Exp $ # # used by mail/courier-mta/Makefile.common @@ -18,3 +18,9 @@ PKG_USERS_VARS+= COURIER_USER GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-mailuser=${COURIER_USER} CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP} + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +CONFIGURE_ARGS+= --with-waitfunc=wait3 +.endif -- cgit v1.2.3