mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
nx-libs: patch for binutils 2.36
This commit is contained in:
parent
ae77199399
commit
70d906517e
1 changed files with 13 additions and 0 deletions
13
srcpkgs/nx-libs/patches/ar-cq-not-clq.patch
Normal file
13
srcpkgs/nx-libs/patches/ar-cq-not-clq.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: nx-libs-3.5.99.26/nx-X11/config/cf/Imake.tmpl
|
||||||
|
===================================================================
|
||||||
|
--- nx-libs-3.5.99.26.orig/nx-X11/config/cf/Imake.tmpl
|
||||||
|
+++ nx-libs-3.5.99.26/nx-X11/config/cf/Imake.tmpl
|
||||||
|
@@ -1018,7 +1018,7 @@ TCLIBDIR = TclLibDir
|
||||||
|
#if HasLargeTmp || SystemV4
|
||||||
|
#define ArCmd ArCmdBase cq
|
||||||
|
#else
|
||||||
|
-#define ArCmd ArCmdBase clq
|
||||||
|
+#define ArCmd ArCmdBase cq
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#ifndef ArAddCmd
|
Loading…
Add table
Reference in a new issue