aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-25 10:03:20 +0800
committerpeter <peter@FreeBSD.org>2003-09-25 10:03:20 +0800
commit1a7d6bb01127f8e09c648c3178f1eef4acd54100 (patch)
tree4e47c0413a6ca97cbf3b84a58320ea24c774f459 /print
parentc70e39cf742dfe5cfd7bae3f1efdd801ad921298 (diff)
downloadfreebsd-ports-gnome-1a7d6bb01127f8e09c648c3178f1eef4acd54100.tar.gz
freebsd-ports-gnome-1a7d6bb01127f8e09c648c3178f1eef4acd54100.tar.zst
freebsd-ports-gnome-1a7d6bb01127f8e09c648c3178f1eef4acd54100.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!
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/files/patch-src:gxobj.h2
-rw-r--r--print/ghostscript7/files/patch-src:gxobj.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/files/patch-src:gxobj.h b/print/ghostscript-gnu/files/patch-src:gxobj.h
index 4e11eb416f39..f0df8565100c 100644
--- a/print/ghostscript-gnu/files/patch-src:gxobj.h
+++ b/print/ghostscript-gnu/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) |\
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) |\