View | Details | Raw Unified | Return to bug 203281
Collapse All | Expand All

(-)Makefile (working copy) (+1 lines)
Lines 158-163 Link Here
158
       @${REINPLACE_CMD} -e 's!et/com_err\.h!com_err.h!g'      \
158
       @${REINPLACE_CMD} -e 's!et/com_err\.h!com_err.h!g'      \
159
                         -e 's!-lk5crypto!!g'                  \
159
                         -e 's!-lk5crypto!!g'                  \
160
                         ${WRKSRC}/configure ${WRKSRC}/authprogs/auth_krb5.c
160
                         ${WRKSRC}/configure ${WRKSRC}/authprogs/auth_krb5.c
161
       @${REINPLACE_CMD} -e '/^#pragma/d' ${WRKSRC}/*/*.c
161
.if ${PORT_OPTIONS:MBERKELEYDB}
162
.if ${PORT_OPTIONS:MBERKELEYDB}
162
       @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure
163
       @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure
163
.endif
164
.endif

Return to bug 203281