summaryrefslogtreecommitdiff
path: root/print/tex-texlive-scripts-extra/patches/patch-bin_e2pall
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-texlive-scripts-extra/patches/patch-bin_e2pall')
-rw-r--r--print/tex-texlive-scripts-extra/patches/patch-bin_e2pall15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-texlive-scripts-extra/patches/patch-bin_e2pall b/print/tex-texlive-scripts-extra/patches/patch-bin_e2pall
new file mode 100644
index 00000000000..1c66b1f20ce
--- /dev/null
+++ b/print/tex-texlive-scripts-extra/patches/patch-bin_e2pall
@@ -0,0 +1,15 @@
+$NetBSD: patch-bin_e2pall,v 1.1 2020/05/10 03:56:44 markd Exp $
+
+use full path for commands
+
+--- bin/e2pall.orig 2008-03-03 18:51:04.000000000 +0000
++++ bin/e2pall
+@@ -27,7 +27,7 @@
+
+ # EDIT these two lines for your system....
+
+-$Eps2PdfCom = "epstopdf";
++$Eps2PdfCom = "@EPSTOPDF@";
+ $ThisFunCom = "e2pall";
+
+ $fname=$ARGV[0];