From 70d906517e89348a4d3eb02f6023d144f95b40d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 3 Dec 2022 22:07:55 +0700 Subject: [PATCH] nx-libs: patch for binutils 2.36 --- srcpkgs/nx-libs/patches/ar-cq-not-clq.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/nx-libs/patches/ar-cq-not-clq.patch diff --git a/srcpkgs/nx-libs/patches/ar-cq-not-clq.patch b/srcpkgs/nx-libs/patches/ar-cq-not-clq.patch new file mode 100644 index 00000000000..7072a86d045 --- /dev/null +++ b/srcpkgs/nx-libs/patches/ar-cq-not-clq.patch @@ -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