summaryrefslogtreecommitdiff
path: root/core/libgpg-error/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libgpg-error/PKGBUILD')
-rw-r--r--core/libgpg-error/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/libgpg-error/PKGBUILD b/core/libgpg-error/PKGBUILD
new file mode 100644
index 00000000..304d11ab
--- /dev/null
+++ b/core/libgpg-error/PKGBUILD
@@ -0,0 +1,9 @@
+# gawk namspace conflict, see FS#63761
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -i \
+ -e "s/namespace/varerrno/g" \
+ src/{Makefile.am,mkstrtable.awk}
+ ./autogen.sh
+}