diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-09 15:15:30 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-09 15:15:30 +0000 |
commit | 4d6a0dc9b3b8dc5ce78cec9082c68577a8bd9dd1 (patch) | |
tree | 0867fdea5f8075522c6e7634907ddac98c98ee62 /security | |
parent | 4f4efd8295ddc694b4b98cf062a57e30f937c17c (diff) | |
download | pkgsrc-4d6a0dc9b3b8dc5ce78cec9082c68577a8bd9dd1.tar.gz |
Force --with-waitfunc=wait3 on SunOS, fixes several courier-* packages.
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
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 |