diff options
-rw-r--r-- | mail/firepay/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/firepay/Makefile b/mail/firepay/Makefile index 59d8ada036d1..ae0c7a48e6bd 100644 --- a/mail/firepay/Makefile +++ b/mail/firepay/Makefile @@ -7,6 +7,7 @@ PORTNAME= firepay PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ @@ -22,9 +23,12 @@ MAN1= checkpayment.1 firepay.1 multiwrap.1 processmail.1 \ .include <bsd.port.pre.mk> -USE_GCC= 3.4 WRKSRC= ${WRKDIR}/${PORTNAME} +post-patch: + @${REINPLACE_CMD} -e 's|(unsigned char) dest-\>s\[o++\] = c|dest-\>s\[o++\] = (char) c|' \ + ${WRKSRC}/firemime/firemime.c + pre-configure: @-${RM} -r ${WRKSRC}/firemake/*.orig ${MV} ${WRKSRC}/conf/sendmailpay.conf ${WRKSRC}/conf/sendmailpay.conf.sample |