diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-13 13:30:43 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-13 13:30:43 +0000 |
commit | 000f1018682a28d7bf2c7838edb943182e81650d (patch) | |
tree | da09034c5e72ddc2e67dd31cde433f88e1bbff32 /mail/claws-mail | |
parent | 39d169a15a1ac54e4d58df9e63b54b4c15be84b3 (diff) | |
download | FreeBSD-ports-000f1018682a28d7bf2c7838edb943182e81650d.zip FreeBSD-ports-000f1018682a28d7bf2c7838edb943182e81650d.tar.gz |
Fix the fix for the build problems on 4.x.
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index e58ee4c..76dad3e 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -168,7 +168,8 @@ post-patch: s|gpgme-config|gpgme03-config|' ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl - @${REINPLACE_CMD} -e "s|po intl src|po src| ; s:@SYLPHEED_GNOME:#@SYLPHEED_GNOME:g ; s:-Wno-unused-function::" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|po intl src|po src| ; s:@SYLPHEED_GNOME:#@SYLPHEED_GNOME:g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s:-Wno-unused-function::" ${WRKSRC}/src/Makefile.in @for f in `${FIND} ${WRKSRC}/tools -type f -print`; do \ ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done # @${LN} -s ${WRKSRC}/po/sylpheed.pot ${WRKSRC}/po/${PORTNAME}.pot |