summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
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)
-
-
-