diff options
Diffstat (limited to 'libXt-support-sw_64.patch')
-rw-r--r-- | libXt-support-sw_64.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libXt-support-sw_64.patch b/libXt-support-sw_64.patch new file mode 100644 index 0000000..90d3dbb --- /dev/null +++ b/libXt-support-sw_64.patch @@ -0,0 +1,25 @@ +From d900b21bed8c9ed15c85e2e87f76fbe4d656a3b2 Mon Sep 17 00:00:00 2001 +From: yangchenguang <yangchenguang@kylinsec.com.cn> +Date: Wed, 17 Jul 2024 10:09:14 +0800 +Subject: [PATCH] libXt support sw_64 + +Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn> +--- + include/X11/Xtos.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h +index 84910c0..9a3844d 100644 +--- a/include/X11/Xtos.h ++++ b/include/X11/Xtos.h +@@ -59,6 +59,7 @@ SOFTWARE. + # endif + # elif defined (_LP64) || \ + defined(__alpha) || defined(__alpha__) || \ ++ defined(__sw_64) || defined(__sw_64__) || \ + defined(__ia64__) || defined(ia64) || \ + defined(__sparc64__) || \ + defined(__s390x__) || \ +-- +2.39.1 + |