aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-09-25 02:03:20 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-09-25 02:03:20 +0000
commit7bd41ad7cb3ab575f5e62170deb657b7124c1f2d (patch)
treea449dd4bcb9781bc2239d576fa1a6b5115e110c4 /print/ghostscript7
parent2ef5a191e931eb124f147f18ab0780402dcaba0e (diff)
downloadports-7bd41ad7cb3ab575f5e62170deb657b7124c1f2d.tar.gz
ports-7bd41ad7cb3ab575f5e62170deb657b7124c1f2d.zip
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!
Notes
Notes: svn path=/head/; revision=89275
Diffstat (limited to 'print/ghostscript7')
-rw-r--r--print/ghostscript7/files/patch-src:gxobj.h2
1 files changed, 1 insertions, 1 deletions
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) |\