diff options
author | kent <kent@pkgsrc.org> | 2001-11-26 05:35:38 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2001-11-26 05:35:38 +0000 |
commit | 489857ae2cb1383380a77248295d51657b8dc0d1 (patch) | |
tree | d58768c692bac7e5985e7e88106e9da4ea8ce48e /mail | |
parent | 748e348ae265b79b0a8844e62564c27990ed9a37 (diff) | |
download | pkgsrc-489857ae2cb1383380a77248295d51657b8dc0d1.tar.gz |
Correct configuration for pcre.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index ea9333235e2..9bc4f9d834d 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2001/11/22 11:43:07 martti Exp $ +# $NetBSD: Makefile,v 1.46 2001/11/26 05:35:38 kent Exp $ DISTNAME= postfix-20010228-pl08 PKGNAME= postfix-20010228pl8 @@ -21,9 +21,9 @@ POSTFIX_SPOOL= /var/spool/postfix .if defined(POSTFIX_PCRE) && ${POSTFIX_PCRE} == YES DEPENDS+= pcre>=2.08:../../devel/pcre -CFLAGS+= -DHAS_PCRE -I${LOCALBASE}/include +CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre -MAKE_ENV+= AUXLIBS="${AUXLIBS}" +MAKE_ENV+= AUXLIBS="${AUXLIBS}" CCARGS="${CCARGS}" .endif BUILD_DEFS+= POSTFIX_PCRE |