Package: rasmol
Version: 2.7.2.1.1-4
Severity: serious
rasmol is unuseable on amd64 (and perhaps other 64bit architectures) due
to using the wrong data type for writes to the frame buffer. This simple
patch fixes it:
--- src/rasmol.h.org 2006-11-10 09:35:34.000000000 +0100
+++ src/rasmol.h 2006-11-10 09:36:32.000000000 +0100
@@ -88,6 +88,10 @@
#define PROFILE
#define MITSHM
+#if defined (__amd64__) /* and perhaps other 64 bit archs */
+#define _LONGLONG
+#endif
+
/* #define HAVEZLIB */
/* #define HAVELIBJPEG */
/* #define HAVELIBPNG */
The same bug is present in ubuntu, please forward the patch as I do not
have time to play silly 'you need a password to report bugs' games there.
Michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]