summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-src:gxobj.h
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-27 19:59:21 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-27 19:59:21 +0000
commit20352fa29823ad73e4f06d086dc9598d1a274ab8 (patch)
tree8dca0c9c79381ab1af57f988e6007e2e7b2e40fa /print/ghostscript-gpl/files/patch-src:gxobj.h
parentClean up CXXFLAGS. Fix compilation with gcc-4.1.x. (diff)
- Update to 8.56
- Switch to GTK 2.x - SWitch to ship-in jasper which contains some fixes for gs PR: ports/110818 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Notes
Notes: svn path=/head/; revision=188581
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:gxobj.h')
-rw-r--r--print/ghostscript-gpl/files/patch-src:gxobj.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:gxobj.h b/print/ghostscript-gpl/files/patch-src:gxobj.h
index 1b3bb6758042..9ae2fe0d5535 100644
--- a/print/ghostscript-gpl/files/patch-src:gxobj.h
+++ b/print/ghostscript-gpl/files/patch-src:gxobj.h
@@ -1,12 +1,12 @@
---- src/gxobj.h.orig Thu Feb 21 14:24:53 2002
-+++ src/gxobj.h Sat Sep 27 19:17:17 2003
-@@ -103,11 +103,15 @@
+--- src/gxobj.h.orig Tue Mar 14 01:18:19 2006
++++ src/gxobj.h Fri Mar 23 14:41:44 2007
+@@ -109,11 +109,15 @@
* 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) |\
+ (((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.... */