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/ghostscript7-x11/files/patch-src_gxobj.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 print/ghostscript7-x11/files/patch-src_gxobj.h (limited to 'print/ghostscript7-x11/files/patch-src_gxobj.h') diff --git a/print/ghostscript7-x11/files/patch-src_gxobj.h b/print/ghostscript7-x11/files/patch-src_gxobj.h new file mode 100644 index 000000000000..c2ff485ac101 --- /dev/null +++ b/print/ghostscript7-x11/files/patch-src_gxobj.h @@ -0,0 +1,17 @@ +--- src/gxobj.h.orig 2003-01-17 00:49:04 UTC ++++ src/gxobj.h +@@ -101,10 +101,14 @@ typedef struct obj_header_data_s { + * 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__) && !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) |\ + (obj_back_scale - 1)) + 1) ++#else ++#define obj_align_mod 16 ++#endif + /* The only possible values for obj_align_mod are 4, 8, or 16.... */ + #if obj_align_mod == 4 + # define log2_obj_align_mod 2 -- cgit v1.2.3