From 7f966627e67dc60e94f08e22887d9613c83446a5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 22 Jan 2008 19:57:27 +0200 Subject: [PATCH] Changed dovecot to install development headers by default --- mail/dovecot/dovecot.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/dovecot/dovecot.conf b/mail/dovecot/dovecot.conf index c23a8b4c8..3d7543fcf 100644 --- a/mail/dovecot/dovecot.conf +++ b/mail/dovecot/dovecot.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../dovecot/dovecot.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2008 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -18,6 +18,9 @@ if [ $prefix_auto = 1 ] ; then set_confopt fi +# install development headers by default +var_append confopt ' ' "--enable-header-install" + # LDAP support if pkginstalled openldap ; then pkgprefix -t openldap