summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.6-no-ar-l.patch')
-rw-r--r--x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.6-no-ar-l.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.6-no-ar-l.patch b/x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.6-no-ar-l.patch
new file mode 100644
index 000000000000..52e07f319544
--- /dev/null
+++ b/x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.6-no-ar-l.patch
@@ -0,0 +1,20 @@
+l argument was formerly ignored by binutils, but since 2.36 is used
+for something other than what was intended here (tmp files location).
+https://bugs.gentoo.org/782514
+--- a/Imake.tmpl
++++ b/Imake.tmpl
+@@ -1083,3 +1083,3 @@
+ #else
+-#define ArCmd ArCmdBase clq
++#define ArCmd ArCmdBase cq
+ #endif
+@@ -1090,3 +1090,3 @@
+ #else
+-#define ArAddCmd ArCmdBase rul
++#define ArAddCmd ArCmdBase ru
+ #endif
+@@ -1097,3 +1097,3 @@
+ #else
+-#define ArExtCmd ArCmdBase xl
++#define ArExtCmd ArCmdBase x
+ #endif