summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-11-23 14:07:40 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-11-23 14:07:40 +0000
commitf9ff9b58c0d654e3a1a959c2a210addb161cf3cb (patch)
tree081a58f58234f8789a52499d475f8e25ebdb3193 /patches
parent8b176c03c604da5a391ec57ec7234dd4bb45d3d7 (diff)
downloadptxdist-f9ff9b58c0d654e3a1a959c2a210addb161cf3cb.tar.gz
ptxdist-f9ff9b58c0d654e3a1a959c2a210addb161cf3cb.tar.xz
patches for adobe fonts
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6368 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
-rw-r--r--patches/font-adobe-75dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch29
-rw-r--r--patches/font-adobe-utopia-100dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch13
-rw-r--r--patches/font-adobe-utopia-75dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch29
4 files changed, 100 insertions, 0 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
new file mode 100644
index 000000000..c8404184e
--- /dev/null
+++ b/patches/font-adobe-100dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch
@@ -0,0 +1,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)
+
+
+
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
new file mode 100644
index 000000000..4cc367376
--- /dev/null
+++ b/patches/font-adobe-75dpi-X11R7.0-1.0.0/generic/mapfiles_dir.patch
@@ -0,0 +1,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-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)
+
+
+
diff --git a/patches/font-adobe-utopia-100dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch b/patches/font-adobe-utopia-100dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch
new file mode 100644
index 000000000..fbf4af000
--- /dev/null
+++ b/patches/font-adobe-utopia-100dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch
@@ -0,0 +1,13 @@
+Index: font-adobe-utopia-100dpi-X11R7.0-1.0.1/configure
+===================================================================
+--- font-adobe-utopia-100dpi-X11R7.0-1.0.1.orig/configure
++++ font-adobe-utopia-100dpi-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)
+
+
+
diff --git a/patches/font-adobe-utopia-75dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch b/patches/font-adobe-utopia-75dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch
new file mode 100644
index 000000000..4cc367376
--- /dev/null
+++ b/patches/font-adobe-utopia-75dpi-X11R7.0-1.0.1/generic/mapfiles_dir.patch
@@ -0,0 +1,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-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)
+
+
+