summaryrefslogtreecommitdiff
path: root/print/xetex/patches/patch-xetexdir_XeTeX__ext.c
blob: 4ebf2c8849554c9e050e15a2fe055cf2a790f099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-xetexdir_XeTeX__ext.c,v 1.2 2012/07/31 18:35:47 wiz Exp $

Prepare for patching in absolute pkgsrc path to xdvipdfmx binary.

--- xetexdir/XeTeX_ext.c.orig	2011-02-25 11:49:36.000000000 +0000
+++ xetexdir/XeTeX_ext.c
@@ -182,7 +182,7 @@ const UInt32 byteMark				= 0x00000080UL;
 
 /* if the user specifies a paper size or output driver program */
 const char *papersize;
-const char *outputdriver = "xdvipdfmx -q -E"; /* default to portable xdvipdfmx driver */
+const char *outputdriver = "@XDVIPDFMX@ -q -E"; /* default to portable xdvipdfmx driver */
 
 
 void initversionstring(char **versions)