From 65a8073367f67e704a6803e34dbdfd5ce0af6df5 Mon Sep 17 00:00:00 2001 From: rafan Date: Wed, 16 Jul 2008 05:48:18 +0000 Subject: - Fix build on 6.x (gcc 3.x) Noticed by: pointyhat via pav --- mail/mail-notification/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/mail-notification') 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} -- cgit