diff options
author | Tomas Frydrych <tf@openedhand.com> | 2007-01-12 21:26:44 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2007-01-12 21:26:44 +0000 |
commit | 2eebb483924654661dbf2429a8434d14afac55a9 (patch) | |
tree | 880e1e5e6526925a03551577470e67b76c7f7e50 /meta/packages/libfribidi/files | |
parent | 81c9ad8b0f826c1aab3ebe1eff6ccb88141bf0ad (diff) | |
download | poky-2eebb483924654661dbf2429a8434d14afac55a9.tar.gz |
add recipes for packages needed to build AbiWord (based on OE, but tweaked for 2.5.x)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1140 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libfribidi/files')
-rw-r--r-- | meta/packages/libfribidi/files/libtool-update.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/libfribidi/files/libtool-update.patch b/meta/packages/libfribidi/files/libtool-update.patch new file mode 100644 index 0000000000..c7031008fd --- /dev/null +++ b/meta/packages/libfribidi/files/libtool-update.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- fribidi-0.10.4/configure.in~ 2002-05-19 11:06:48.000000000 +0100 | ||
2 | +++ fribidi-0.10.4/configure.in 2004-08-03 17:42:28.000000000 +0100 | ||
3 | @@ -50,7 +50,7 @@ | ||
4 | AC_PROG_INSTALL | ||
5 | AC_PROG_LN_S | ||
6 | AC_PROG_MAKE_SET | ||
7 | -AC_PROG_RANLIB | ||
8 | +#AC_PROG_RANLIB | ||
9 | AC_PATH_PROG(SED, sed, $PATH) | ||
10 | |||
11 | |||