diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-06 20:30:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-06 20:30:48 +0000 |
commit | 64b8301fc7aef136a4ad5754a6b03efb462975ff (patch) | |
tree | 31f3dbb1899a70c529902f145880cf916fc46815 /print/ghostscript7/files/patch-src-gsalloc.c | |
parent | - Update to version 2.10.0 (diff) |
Remove 5 unstaged print/ghostscript7* ports
Notes
Notes:
svn path=/head/; revision=367470
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7/files/patch-src-gsalloc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/ghostscript7/files/patch-src-gsalloc.c b/print/ghostscript7/files/patch-src-gsalloc.c deleted file mode 100644 index 7c29a14eeada..000000000000 --- a/print/ghostscript7/files/patch-src-gsalloc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gsalloc.c.orig 2013-04-30 11:14:17.000000000 +0900 -+++ src/gsalloc.c 2013-04-30 11:14:34.000000000 +0900 -@@ -195,7 +195,7 @@ - iimem->large_size = ((chunk_size / 4) & -obj_align_mod) + 1; - iimem->is_controlled = false; - iimem->gc_status.vm_threshold = chunk_size * 3L; -- iimem->gc_status.max_vm = max_long; -+ iimem->gc_status.max_vm = 0x7fffffff; - iimem->gc_status.psignal = NULL; - iimem->gc_status.signal_value = 0; - iimem->gc_status.enabled = false; |