summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Laroche2016-05-10 15:15:27 +0200
committerThomas Laroche2016-05-10 15:15:27 +0200
commit55b83eda2cfe9c1db14e82b6ee1481dcae599274 (patch)
treec1e4c363a83fc2de2dc10df56f79d75541c89c86 /PKGBUILD
parent20a0a49b80e66793b12ba71f26fea1129e6b6506 (diff)
downloadaur-55b83eda2cfe9c1db14e82b6ee1481dcae599274.tar.gz
Fix m4 error after GCC/glibc upgrade
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0004c84a0aa9..a3d9bfb27875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,10 @@ prepare() {
cd transmission-$pkgver-seq
echo ${svnrev} > REVISION
patch -p1 -i "$srcdir/transmission-2.90-libsystemd.patch"
+
+ # Prevent m4_copy error when running aclocal
+ # m4_copy: won't overwrite defined macro: glib_DEFUN
+ rm m4/glib-gettext.m4 || true
}
build() {