From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- print/ghostscript8-base/files/patch-base_gxobj.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 print/ghostscript8-base/files/patch-base_gxobj.h (limited to 'print/ghostscript8-base/files/patch-base_gxobj.h') diff --git a/print/ghostscript8-base/files/patch-base_gxobj.h b/print/ghostscript8-base/files/patch-base_gxobj.h new file mode 100644 index 000000000000..4480528156c2 --- /dev/null +++ b/print/ghostscript8-base/files/patch-base_gxobj.h @@ -0,0 +1,18 @@ +--- base/gxobj.h.orig 2007-10-20 19:14:28 UTC ++++ base/gxobj.h +@@ -107,11 +107,15 @@ typedef struct obj_header_data_s { + * required by the hardware, regardless of the value of obj_align_mod. + * See gsmemraw.h for more information about this. + */ ++#if !defined(__ia64__) && !defined(__amd64__) + #define obj_align_mod\ + (((ARCH_ALIGN_MEMORY_MOD - 1) |\ + (align_bitmap_mod - 1) |\ + (obj_back_scale - 1)) + 1) + /* The only possible values for obj_align_mod are 4, 8, or 16.... */ ++#else ++#define obj_align_mod 16 ++#endif + #if obj_align_mod == 4 + # define log2_obj_align_mod 2 + #else -- cgit v1.2.3