fontconfig: fix configure
authorKoen Kooi <koen@openembedded.org>
Tue, 3 Jun 2008 08:09:10 +0000 (08:09 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 3 Jun 2008 08:09:10 +0000 (08:09 +0000)
packages/fontconfig/fontconfig-2.4.1/.mtn2git_empty [new file with mode: 0644]
packages/fontconfig/fontconfig-2.4.1/configure_fix.patch [new file with mode: 0644]
packages/fontconfig/fontconfig_2.4.1.bb

diff --git a/packages/fontconfig/fontconfig-2.4.1/.mtn2git_empty b/packages/fontconfig/fontconfig-2.4.1/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/fontconfig/fontconfig-2.4.1/configure_fix.patch b/packages/fontconfig/fontconfig-2.4.1/configure_fix.patch
new file mode 100644 (file)
index 0000000..6d6fa25
--- /dev/null
@@ -0,0 +1,14 @@
+Libtool 2.2.2 requires this is used with AC_SUBST
+
+RP - 14/4/08
+
+--- /tmp/configure.in  2008-06-02 15:21:22.254641651 +0200
++++ fontconfig-2.4.1/configure.in      2008-06-02 15:21:48.485061892 +0200
+@@ -46,6 +46,7 @@
+ AC_SUBST(LT_CURRENT)
+ AC_SUBST(LT_REVISION)
+ LT_AGE=1
++AC_SUBST(LT_AGE)
+ LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
+ AC_SUBST(LT_VERSION_INFO)
index 0e6e008..c1d861c 100644 (file)
@@ -1,8 +1,9 @@
 require fontconfig.inc
 
-PR = "r2"
+PR = "r3"
 
-SRC_URI += "https://stage.maemo.org/svn/maemo/projects/haf/trunk/fontconfig/device_symbols.h"
+SRC_URI += "https://stage.maemo.org/svn/maemo/projects/haf/trunk/fontconfig/device_symbols.h \
+           file://configure_fix.patch;patch=1 "
 
 EXTRA_OECONF += " --with-arch=${HOST_ARCH}"