summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 13:35:50 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 13:35:50 +0000
commitb418e638104daa1d93cd358d5e4c8e78761cac00 (patch)
treeca9d00960cb0f53e22cf8e7c20e70f2354965040 /patches
parent263ad85748ea4c56e916aef00dd9df55428b7e9f (diff)
downloadptxdist-b418e638104daa1d93cd358d5e4c8e78761cac00.tar.gz
ptxdist-b418e638104daa1d93cd358d5e4c8e78761cac00.tar.xz
* font-adobe-100dpi-X11R7.0-1.0.0:
obsolete git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6534 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/font-adobe-100dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/patches/font-adobe-100dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch b/patches/font-adobe-100dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch
deleted file mode 100644
index c8404184e..000000000
--- a/patches/font-adobe-100dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# 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)
-
-
-