$OpenBSD: patch-latex_latex_cache_py,v 1.1 2015/12/21 18:57:53 jasper Exp $

Unbreak with python3 where 'print' is a method.

--- latex/latex/cache.py.orig	Mon Dec 21 19:46:00 2015
+++ latex/latex/cache.py	Mon Dec 21 19:46:04 2015
@@ -108,7 +108,7 @@ class LaTeXDocumentCache(object):
                 finally:
                     f.close()
             except IOError:
-                print self.__file.path
+                print(self.__file.path)
                 return
 
             # parse
