summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 13:02:53 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 13:02:53 +0000
commit1b6d4c46408679914a310094ef8ed46224538dc6 (patch)
tree17725e20df69ebe0352d172e4319d1b6726518f1 /patches
parent659258c9cb6b17ed6d47982a9a6e783246eef4fe (diff)
downloadptxdist-1b6d4c46408679914a310094ef8ed46224538dc6.tar.gz
ptxdist-1b6d4c46408679914a310094ef8ed46224538dc6.tar.xz
* font-adobe-75dpi-X11R7.0-1.0.0:
obsolete git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6530 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/font-adobe-75dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/patches/font-adobe-75dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch b/patches/font-adobe-75dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch
deleted file mode 100644
index 4cc367376..000000000
--- a/patches/font-adobe-75dpi-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-utopia-75dpi-X11R7.0-1.0.1/configure
-===================================================================
---- font-adobe-utopia-75dpi-X11R7.0-1.0.1.orig/configure
-+++ font-adobe-utopia-75dpi-X11R7.0-1.0.1/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)
-
-
-