mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
network/transmission: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a59967d5d0
commit
df94df2bb4
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue