From 7bd41ad7cb3ab575f5e62170deb657b7124c1f2d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 25 Sep 2003 02:03:20 +0000 Subject: Make this align correctly for amd64 as well. This should fix the docs part of 'make release'. Many many thanks to Marcel for pointing me here! --- print/ghostscript7/files/patch-src:gxobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/ghostscript7/files/patch-src:gxobj.h') diff --git a/print/ghostscript7/files/patch-src:gxobj.h b/print/ghostscript7/files/patch-src:gxobj.h index 4e11eb416f39..f0df8565100c 100644 --- a/print/ghostscript7/files/patch-src:gxobj.h +++ b/print/ghostscript7/files/patch-src:gxobj.h @@ -4,7 +4,7 @@ * The final | is because back pointer values are divided by obj_back_scale, * so objects must be aligned at least 0 mod obj_back_scale. */ -+#if !defined(__ia64__) ++#if !defined(__ia64__) && !defined(__amd64__) #define obj_align_mod\ (((arch_align_long_mod - 1) | (arch_align_ptr_mod - 1) |\ (arch_align_double_mod - 1) | (align_bitmap_mod - 1) |\ -- cgit v1.2.3