diff options
author | B. Watson <yalhcru@gmail.com> | 2017-06-21 02:27:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-24 08:32:49 +0700 |
commit | c86842901f6db3d45b78d21d8819ddd07b21a7f6 (patch) | |
tree | 70f44b21b10d16701856c545c2ceaa9802ec5c32 /network | |
parent | 843f252815f0c98f6cd25e5e238c2eac225b1de2 (diff) | |
download | slackbuilds-c86842901f6db3d45b78d21d8819ddd07b21a7f6.tar.gz |
network/transmission: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/transmission/transmission.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/network/transmission/transmission.SlackBuild b/network/transmission/transmission.SlackBuild index b2cbce5b34..16cc72e598 100644 --- a/network/transmission/transmission.SlackBuild +++ b/network/transmission/transmission.SlackBuild @@ -24,7 +24,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Revision date: 2015/02/04 +# 20170621 bkw: fix build on -current. # 20150204 bkw: allow user to disable the various components. # By default, all are enabled. We can disable transmission-gtk, @@ -102,6 +102,10 @@ find -L . \ sed -i -e 's%-g -O3 -funroll-loops %%g' configure.ac sed -i -e 's%-ggdb3 %%g' configure.ac +# fix for -current (does no harm on stable). ref: +# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13b5e88c6e9c7bd2698d844cb5ed127ed809f7e +rm -f m4/glib-gettext.m4 + # Thanks Larry Hajali autoreconf -ivf |