summaryrefslogtreecommitdiff
path: root/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch')
-rw-r--r--meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch b/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch
deleted file mode 100644
index feea1b36a..000000000
--- a/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Libtool 2.2.2 requires this is used with AC_SUBST
-
-RP - 14/4/08
-
-Index: fontconfig-2.4.2/configure.in
-===================================================================
---- fontconfig-2.4.2.orig/configure.in 2008-04-15 00:20:54.000000000 +0100
-+++ fontconfig-2.4.2/configure.in 2008-04-14 14:37:40.000000000 +0100
-@@ -46,6 +46,7 @@
- AC_SUBST(LT_CURRENT)
- AC_SUBST(LT_REVISION)
- LT_AGE=2
-+AC_SUBST(LT_AGE)
-
- LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
- AC_SUBST(LT_VERSION_INFO)