Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 0281b3bd48485bc277d712da040eacd3 > files > 7

ds9-5.7-1.fc13.src.rpm

diff -ur saods9/saotk/util/tkpostscript.h saods9.new/saotk/util/tkpostscript.h
--- saods9/saotk/util/tkpostscript.h	2008-02-20 23:26:21.000000000 +0100
+++ saods9.new/saotk/util/tkpostscript.h	2008-05-09 16:05:20.000000000 +0200
@@ -4,7 +4,7 @@
 
 // this is copied from tkCanvPs.c
 
-#include "../../tk8.4.18/generic/tkCanvas.h"
+#include <tk-private/generic/tkCanvas.h>
 
 typedef struct TkPostscriptInfo {
     int x, y, width, height;	/* Area to print, in canvas pixel
diff -ur saods9/saotk/widget/ps.h saods9.new/saotk/widget/ps.h
--- saods9/saotk/widget/ps.h	2008-01-04 18:29:27.000000000 +0100
+++ saods9.new/saotk/widget/ps.h	2008-05-09 16:06:14.000000000 +0200
@@ -13,7 +13,7 @@
 #include "zlib.h"
 extern int DebugGZ;
 
-#if defined( __alpha) || defined(__mips64) || defined(__sparcv9) || defined(__M64)
+#if defined( __alpha) || defined(__mips64) || defined(__sparcv9) || defined(__M64) || defined(__LP64__)
 #define BIT32 int
 #else
 #define BIT32 long