Files
pkgsrc-ng/print/ja-vfxdvik/patches/patch-ae
2013-09-26 17:14:40 +02:00

17 lines
610 B
Plaintext

$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'