diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-11 21:14:17 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-11 21:14:17 +0000 |
commit | 045e3de107523f28e765da8239d6afa9f51d6ba2 (patch) | |
tree | f645d97bb8a5007d93a21e4c83b9b072637d2bfd | |
parent | 7a541dcaa28b6f97a647d0d8e0873f665ea372aa (diff) | |
download | xorg-lib-libXt-045e3de107523f28e765da8239d6afa9f51d6ba2.tar.gz |
Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).rel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2lg3d-eventlg3d-dev-0-6-latestlg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1lg3d
-rw-r--r-- | include/X11/Xtos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h index 005cf0d..013b241 100644 --- a/include/X11/Xtos.h +++ b/include/X11/Xtos.h @@ -68,6 +68,7 @@ SOFTWARE. defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ defined(__amd64__) || defined(amd64) || \ + defined(__powerpc64__) || \ (defined(sgi) && (_MIPS_SZLONG == 64)) #define LONG64 #endif |