summaryrefslogtreecommitdiff
path: root/japanese/vfxdvik/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/vfxdvik/patches/patch-ae')
-rw-r--r--japanese/vfxdvik/patches/patch-ae16
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/vfxdvik/patches/patch-ae b/japanese/vfxdvik/patches/patch-ae
new file mode 100644
index 00000000000..d643c32345a
--- /dev/null
+++ b/japanese/vfxdvik/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1.1.1 2001/06/06 05:13:49 kei Exp $
+
+--- texk/xdvik/withenable.ac.orig Wed May 30 22:19:29 2001
++++ texk/xdvik/withenable.ac Wed May 30 22:24:24 2001
+@@ -57,9 +57,9 @@
+ esac)
+
+ # Check what command the user wants to use for print-out.
+-XDVIPRINTCMD='$(scriptdir)/xdviprint'
++XDVIPRINTCMD='$(scriptdir)/vfxdviprint'
+ XDVIPRINT_DEF="-DXDVIPRINTCMD=\\\"$XDVIPRINTCMD\\\""
+-AC_ARG_ENABLE(xdviprint,
++AC_ARG_ENABLE(vfxdviprint,
+ [ --enable-xdviprint=CMD set print-out script path or no; default /usr/local/bin/xdviprint],
+ [case $enableval in
+ yes) XDVIPRINTCMD='$(scriptdir)/xdviprint'