Your message dated Fri, 12 Feb 2016 16:30:36 +0100
with message-id <[email protected]>
and subject line long ago fixed
has caused the Debian Bug report #695537,
regarding libxt: Incorporate patch for X32 support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
695537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libxt
Version: 1:1.1.3-1
Severity: wishlist
User: [email protected]
Usertags: port-x32
Please consider applying the patch from
http://git.yoctoproject.org/cgit/cgit.cgi/poky/diff/meta/recipes-graphics/xorg-
lib/libxt_1.1.1.bb?id=b60d604f233565edc47b9d132ce7141a4eeb17f9 (attached) so
that libXt and applications using it will compile properly under X32.
--
Daniel Schepler
UpstreamStatus: Pending
This fixes compilation with x32 toolchain.
Received this patch from H.J. Lu <[email protected]>
Signed-Off-By: Nitin A Kamble <[email protected]> 2011/12/1
--- libXt-1.1.1/include/X11/Xtos.h.x32 2011-02-08 07:56:40.000000000 -0800
+++ libXt-1.1.1/include/X11/Xtos.h 2011-11-30 17:19:27.473349770 -0800
@@ -62,7 +62,7 @@ SOFTWARE.
defined(__sparc64__) || \
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
- defined(__amd64__) || defined(amd64) || \
+ ((defined(__amd64__) || defined(amd64)) && defined(__LP64__)) || \
defined(__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64
--- End Message ---
--- Begin Message ---
This apparently has been fixed since a long time.
--
A tit a day keeps the vet away.
--- End Message ---