summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ac213-configure-LANG/ac213-configure-LANG.sh')
-rw-r--r--patches/ac213-configure-LANG/ac213-configure-LANG.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/ac213-configure-LANG/ac213-configure-LANG.sh b/patches/ac213-configure-LANG/ac213-configure-LANG.sh
new file mode 100644
index 0000000..af0b7fd
--- /dev/null
+++ b/patches/ac213-configure-LANG/ac213-configure-LANG.sh
@@ -0,0 +1,12 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Patch all 2.13 configures to be safe
+patch_targets() {
+ fgrep -r --include configure -l "Generated automatically using autoconf version 2.13" "${WORKDIR}"
+}
+
+# This patch is always required
+patch_required() {
+ return 0
+}