Lines 118-123
Link Here
|
118 |
.if defined(WITH_MUTT_CYRUS_SASL) |
118 |
.if defined(WITH_MUTT_CYRUS_SASL) |
119 |
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} |
119 |
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} |
120 |
.endif |
120 |
.endif |
|
|
121 |
.if !defined(WITHOUT_GSSAPI) |
122 |
.if exists(${LOCALBASE}/bin/krb5-config) |
123 |
CONFIGURE_ARGS+= --with-gss=${LOCALBASE} |
124 |
.else |
125 |
CONFIGURE_ARGS+= --with-gss |
126 |
.endif |
127 |
.endif |
121 |
MAN1= mutt.1 mutt_dotlock.1 |
128 |
MAN1= mutt.1 mutt_dotlock.1 |
122 |
MAN5= mbox.5 muttrc.5 |
129 |
MAN5= mbox.5 muttrc.5 |
123 |
|
130 |
|
Lines 140-145
Link Here
|
140 |
pre-configure:: |
147 |
pre-configure:: |
141 |
@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4) |
148 |
@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4) |
142 |
|
149 |
|
|
|
150 |
post-configure: |
151 |
.if !exists(${LOCALBASE}/bin/krb5-config) |
152 |
@${ECHO_CMD} "#define HAVE_HEIMDAL" >> ${WRKSRC}/config.h |
153 |
@${REINPLACE_CMD} -e 's|<gssapi/gssapi\.h>|<gssapi.h>|' \ |
154 |
${WRKSRC}/imap/auth_gss.c |
155 |
.endif |
156 |
|
143 |
# XXX |
157 |
# XXX |
144 |
# this should be done automagically by aclocal but .... |
158 |
# this should be done automagically by aclocal but .... |
145 |
# for now, this will have to do |
159 |
# for now, this will have to do |