summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-11-18 14:39:16 -0700
committerTim Harder <radhermit@gentoo.org>2019-11-18 14:43:42 -0700
commit701346007e1a978d9cd3428dc1b8075fcc66086f (patch)
tree778f888fff65acb9b482253379b16e328a126c96 /dev-ml/camlpdf/files
parentdev-ml/camlpdf: version bump to 2.3 (diff)
downloadgentoo-701346007e1a978d9cd3428dc1b8075fcc66086f.tar.gz
gentoo-701346007e1a978d9cd3428dc1b8075fcc66086f.tar.bz2
gentoo-701346007e1a978d9cd3428dc1b8075fcc66086f.zip
dev-ml/camlpdf: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-ml/camlpdf/files')
-rw-r--r--dev-ml/camlpdf/files/ocaml43.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ml/camlpdf/files/ocaml43.patch b/dev-ml/camlpdf/files/ocaml43.patch
deleted file mode 100644
index 86ffbe23eb14..000000000000
--- a/dev-ml/camlpdf/files/ocaml43.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: camlpdf-2.1.1/flatestubs.c
-===================================================================
---- camlpdf-2.1.1.orig/flatestubs.c
-+++ camlpdf-2.1.1/flatestubs.c
-@@ -170,7 +170,7 @@ value camlzip_inflateEnd(value vzs)
-
- value camlzip_update_crc32(value crc, value buf, value pos, value len)
- {
-- return copy_int32(crc32((uint32) Int32_val(crc),
-+ return copy_int32(crc32((uint32_t) Int32_val(crc),
- &Byte_u(buf, Long_val(pos)),
- Long_val(len)));
- }