force NO_PCRE

This commit is contained in:
jakob 2003-01-13 15:44:36 +00:00
parent 0122c92303
commit 91386db9c4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.22 2003/01/06 11:30:16 jakob Exp $ # $OpenBSD: Makefile.inc,v 1.23 2003/01/13 15:44:36 jakob Exp $
COMMENT= fast, secure sendmail replacement COMMENT= fast, secure sendmail replacement
@ -36,8 +36,10 @@ FLAVOR?=
.if ${FLAVOR:L:Mpcre} .if ${FLAVOR:L:Mpcre}
LIB_DEPENDS+= pcre::devel/pcre LIB_DEPENDS+= pcre::devel/pcre
MAKE_CCARGS+= -I${LOCALBASE}/include -DHAS_PCRE MAKE_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include
MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lpcre MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lpcre
.else
MAKE_CCARGS+= -DNO_PCRE
.endif .endif
.if ${FLAVOR:L:Msasl} .if ${FLAVOR:L:Msasl}