diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-13 21:30:43 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-13 21:30:43 +0800 |
commit | 000f1018682a28d7bf2c7838edb943182e81650d (patch) | |
tree | da09034c5e72ddc2e67dd31cde433f88e1bbff32 | |
parent | 39d169a15a1ac54e4d58df9e63b54b4c15be84b3 (diff) | |
download | freebsd-ports-gnome-000f1018682a28d7bf2c7838edb943182e81650d.tar.gz freebsd-ports-gnome-000f1018682a28d7bf2c7838edb943182e81650d.tar.zst freebsd-ports-gnome-000f1018682a28d7bf2c7838edb943182e81650d.zip |
Fix the fix for the build problems on 4.x.
-rw-r--r-- | mail/claws-mail/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index e58ee4cd3b60..76dad3e97d91 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 diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index e58ee4cd3b60..76dad3e97d91 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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 |