summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 13:42:09 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 13:42:09 +0000
commit7bdc73e957159824c5f1630a2a85eece391c04b0 (patch)
treea2558122e5cad4b290d482ec6e2373a215010d94 /patches
parent45e6a1796ed2973f468a6aeaaccb9acd765252c0 (diff)
downloadptxdist-7bdc73e957159824c5f1630a2a85eece391c04b0.tar.gz
ptxdist-7bdc73e957159824c5f1630a2a85eece391c04b0.tar.xz
* font-misc-misc-X11R7.0-1.0.0:
obsolete git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6536 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/font-misc-misc-X11R7.0-1.0.0/generic/mapfiles_dir.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/patches/font-misc-misc-X11R7.0-1.0.0/generic/mapfiles_dir.patch b/patches/font-misc-misc-X11R7.0-1.0.0/generic/mapfiles_dir.patch
deleted file mode 100644
index 357bf993b..000000000
--- a/patches/font-misc-misc-X11R7.0-1.0.0/generic/mapfiles_dir.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Submitted-By: Erwin Rol, 2006-03-26
-# Committed-By: Robert Schwebel
-#
-# Error:
-# The maping files of the host are used, instead of the ones installed
-# in SYSROOT. This is because the result of a pkg-config call s used
-# by a executable that have no idea about SYSROOT.
-#
-# Description:
-#
-#
-# State:
-# Unknown
-#
---- font-misc-misc-X11R7.0-1.0.0/configure.orig 2006-03-26 13:09:14.000000000 +0200
-+++ font-misc-misc-X11R7.0-1.0.0/configure 2006-03-26 13:14:46.000000000 +0200
-@@ -2258,8 +2258,7 @@
- echo "${ECHO_T}yes" >&6
- :
- fi
--MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
--
-+MAPFILES_PATH=${SYSROOT}/$(pkg-config --variable=mapdir fontutil)
-
-
- # Check whether --enable-iso8859-1 or --disable-iso8859-1 was given.