$OpenBSD: patch-texk_web2c_luatexdir_image_pdftoepdf_w,v 1.3 2018/04/10 20:43:51 edd Exp $

Fix C++11 build problem in generated C++ code.
http://www.tug.org/pipermail/tex-live/2017-June/040365.html

Index: texk/web2c/luatexdir/image/pdftoepdf.w
--- texk/web2c/luatexdir/image/pdftoepdf.w.orig
+++ texk/web2c/luatexdir/image/pdftoepdf.w
@@ -71,7 +71,7 @@ static char *get_file_checksum(const char *a, file_err
         ck = (char *) malloc(PDF_CHECKSUM_SIZE);
         if (ck == NULL)
             formatted_error("pdf inclusion","out of memory while processing '%s'", a);
-        snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size,(uint64_t) mtime);
+	snprintf(ck, PDF_CHECKSUM_SIZE, "%"@= @>PRIu64@= @>"_%"@= @>PRIu64, (uint64_t) size,(uint64_t) mtime);
    } else {
         switch (fe) {
             case FE_FAIL:
