summaryrefslogtreecommitdiff
path: root/core/m4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/m4/PKGBUILD')
-rw-r--r--core/m4/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/m4/PKGBUILD b/core/m4/PKGBUILD
index 958334ad..594f9db2 100644
--- a/core/m4/PKGBUILD
+++ b/core/m4/PKGBUILD
@@ -1,7 +1,3 @@
-# see https://bugs.archlinux.org/task/59562
-source+=('m4-1.4.18-glibc-change-work-around.patch')
-md5sums+=('01968e8f3a5be62de1c849668db8042b')
-
eval "$(
{
declare -f prepare || \
@@ -9,7 +5,6 @@ eval "$(
} \
| sed '
$i cd "$srcdir/$pkgname-$pkgver" \
- patch -p1 -i "$srcdir/m4-1.4.18-glibc-change-work-around.patch" \
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h
'
)"