summaryrefslogtreecommitdiff
path: root/libXt-support-sw_64.patch
blob: 90d3dbb27b4d63a4804538faa9370e76656bdade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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