diff options
author | mezz <mezz@FreeBSD.org> | 2008-11-11 23:58:36 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-11-11 23:58:36 +0800 |
commit | 17ffac8613e55819454ad87337af8e9617aa6347 (patch) | |
tree | 53557cf1627f93ba7174d0da0081a78dba6337a7 /net-p2p | |
parent | 0f3fac24b31e4a4602f42279de8bb295a0a6d2e5 (diff) | |
download | freebsd-ports-graphics-17ffac8613e55819454ad87337af8e9617aa6347.tar.gz freebsd-ports-graphics-17ffac8613e55819454ad87337af8e9617aa6347.tar.zst freebsd-ports-graphics-17ffac8613e55819454ad87337af8e9617aa6347.zip |
Fix the build by regenerate the ${WRKSRC}/intltool-*.in. Current, in the
tarball was generated by intltool-0.40.5. When it runs autoreconf to
regenerate the configure then it also needs to regenerate the intltool-*.in.
In MarcusCom CVS has intltool-0.40.5, so it's why I can't reproduce it.
Reported by: a few
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 674e900ebfd..f8f73f6386a 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -58,6 +58,9 @@ post-patch: general-patch pre-configure: @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -W none) +.if ${SLAVEPORT}=="gtk2" + @(cd ${WRKSRC} && intltoolize --copy --force --automake) +.endif @${REINPLACE_CMD} -e \ 's|_pthread_flags=".*"|_pthread_flags="${PTHREAD_LIBS}"|g' \ ${WRKSRC}/configure |