summaryrefslogtreecommitdiff
path: root/print/ghostscript7/files/patch-src-iref.h
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-11-23 06:14:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-11-23 06:14:21 +0000
commit118978bf4c6dbf7ffc92a190aab60942c56093f4 (patch)
tree129b54759668029d5b4e2c90770cbd6d51066db8 /print/ghostscript7/files/patch-src-iref.h
parentUpgrade to 4.7.1 (diff)
Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.
Notes
Notes: svn path=/head/; revision=373122
Diffstat (limited to 'print/ghostscript7/files/patch-src-iref.h')
-rw-r--r--print/ghostscript7/files/patch-src-iref.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript7/files/patch-src-iref.h b/print/ghostscript7/files/patch-src-iref.h
new file mode 100644
index 000000000000..33313d38047b
--- /dev/null
+++ b/print/ghostscript7/files/patch-src-iref.h
@@ -0,0 +1,11 @@
+--- src/iref.h.orig 2013-04-30 11:13:29.000000000 +0900
++++ src/iref.h 2013-04-30 11:13:41.000000000 +0900
+@@ -441,7 +441,7 @@
+ #define r_set_ptr(rp,ptr) ((rp)->value.pstruct = (obj_header_t *)(ptr))
+
+ union v { /* name the union to keep gdb happy */
+- long intval;
++ int intval;
+ ushort boolval;
+ float realval;
+ ulong saveid;