summaryrefslogtreecommitdiffstats
path: root/patches/font-adobe-100dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch
blob: c8404184eea31039492c593e266376a35a87bfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Submitted-By: Luotao Fu, 2006-11-23
#
# Error:
# make calls ucs2any to generate from an ISO 10646-1 encoded BDF
# font other BDF fonts in any possible encoding. It tries to use
# mapfiles from host, which may fail if mapfiles from target and
# host are not identical
#
# Description:
#
#
# State:
# Unknown
#

Index: font-adobe-100dpi-X11R7.0-1.0.0/configure
===================================================================
--- font-adobe-100dpi-X11R7.0-1.0.0.orig/configure
+++ font-adobe-100dpi-X11R7.0-1.0.0/configure
@@ -2168,7 +2168,7 @@ else
 echo "${ECHO_T}yes" >&6
 	:
 fi
-MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
+MAPFILES_PATH=$SYSROOT/$(pkg-config --variable=mapdir fontutil)