Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/m4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/m4/PKGBUILD')
-rw-r--r--core/m4/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/m4/PKGBUILD b/core/m4/PKGBUILD
deleted file mode 100644
index 594f9db2..00000000
--- a/core/m4/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $i cd "$srcdir/$pkgname-$pkgver" \
- echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h
- '
-)"