summaryrefslogtreecommitdiff
path: root/print/ja-vfxdvik/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'print/ja-vfxdvik/patches/patch-ae')
-rw-r--r--print/ja-vfxdvik/patches/patch-ae16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/ja-vfxdvik/patches/patch-ae b/print/ja-vfxdvik/patches/patch-ae
deleted file mode 100644
index e111293bc96..00000000000
--- a/print/ja-vfxdvik/patches/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2002/05/31 13:01:06 seb 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'