diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-16 05:48:18 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-16 05:48:18 +0000 |
| commit | 96acac8d56422948a9300bcbdb7163d56ee960d5 (patch) | |
| tree | 0ffe2170de0e368968c9b3b790e6f9ceb60af03e /mail/mail-notification | |
| parent | 2855aa97d3b9f84eb6a170fb9c2d2de8f367d2e6 (diff) | |
Notes
Diffstat (limited to 'mail/mail-notification')
| -rw-r--r-- | mail/mail-notification/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index d32c52f563ab..5098958f5a15 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -125,6 +125,11 @@ JB_CONF_ARGS+= sasl=no LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .endif +post-patch: +.if ${OSVERSION} < 700042 + @${REINPLACE_CMD} -e "s,-Wno-pointer-sign,," ${WRKSRC}/jb +.endif + do-configure: cd ${WRKSRC} && ${JB_CONF_ENV} ./jb configure ${JB_CONF_ARGS} |
