Remove obsolete patch
This commit is contained in:
parent
4910dc8dd5
commit
cd2170d4e4
@ -1,11 +0,0 @@
|
||||
--- encodings-1.0.0/configure.ac.encodings-fontdir-fix 2005-12-16 01:57:27.000000000 -0500
|
||||
+++ encodings-1.0.0/configure.ac 2005-12-16 01:58:04.000000000 -0500
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
|
||||
|
||||
-DEFAULT_ENCODINGSDIR=${libdir}/X11/fonts/encodings
|
||||
+DEFAULT_ENCODINGSDIR=$(pkg-config --variable=fontdir fontutil)/encodings
|
||||
AC_ARG_WITH(encodingsdir,
|
||||
AS_HELP_STRING([--with-encodingsdir=ENCODINGSDIR], [Path to install font encodings]),
|
||||
[ENCODINGSDIR="$withval"],
|
@ -1,11 +0,0 @@
|
||||
--- font-alias-1.0.1/configure.ac.fonts-alias-fontdir-fix 2005-12-16 01:53:02.000000000 -0500
|
||||
+++ font-alias-1.0.1/configure.ac 2005-12-16 01:53:41.000000000 -0500
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
|
||||
|
||||
-DEFAULT_TOPFONTDIR=${libdir}/X11/fonts
|
||||
+DEFAULT_TOPFONTDIR=$(pkg-config --variable=fontdir fontutil)
|
||||
AC_ARG_WITH(top-fontdir,
|
||||
AS_HELP_STRING([--with-top-fontdir=<path>], [Path to top level font directory]),
|
||||
[TOPFONTDIR="$withval"],
|
Loading…
Reference in New Issue
Block a user