forked from Lainports/freebsd-ports
WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to conditionally disable gettext support.
^[ (escape) menu ^y search prompt ^k delete line ^p prev li ^g prev page
^o ascii code ^x search ^l undelete line ^n next li ^v next page
^u end of file ^a begin of line ^w delete word ^b back 1 char
^t begin of file ^e end of line ^r restore word ^f forward 1 char
^c command ^d delete char ^j undelete char ^z next word
L: 1 C: 1 =====================================================================
Do not attend to build if ${LOCALBASE}/include/mapi.h exists in system, so
mark it as IGNORE. Current, devel/libytnef will installing
${LOCALBASE}/include/mapi.h that has caused evolution-exchange to not able to
build. The real solution is to have move from include/*.h to
include/libytnef/*.h to protect their commonly named header file better.
PR: ports/109199
Reported by: Jukka A. Ukkonen <jau@iki.fi>
Dicsussed with: marcus
This commit is contained in:
parent
c31e7e6588
commit
cf0702adf0
1 changed files with 4 additions and 0 deletions
|
|
@ -54,4 +54,8 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
|
|||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/include/mapi.h)
|
||||
IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue