diff options
author | kwm <kwm@FreeBSD.org> | 2010-05-29 15:14:36 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-05-29 15:14:36 +0800 |
commit | 3250f6feedd8981c17b29acd0dcf5a123d58ba08 (patch) | |
tree | 042a800fb74c5e0001f06d3bde9c4b391e318c9b /mail | |
parent | 167b0fd476331674df0d091086d1b87de1b88998 (diff) | |
download | freebsd-ports-gnome-3250f6feedd8981c17b29acd0dcf5a123d58ba08.tar.gz freebsd-ports-gnome-3250f6feedd8981c17b29acd0dcf5a123d58ba08.tar.zst freebsd-ports-gnome-3250f6feedd8981c17b29acd0dcf5a123d58ba08.zip |
Get rid of USE_GCC=3.4
PR: ports/144657
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Approved by: maintainer
Diffstat (limited to 'mail')
-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 |