summaryrefslogtreecommitdiffstats
path: root/meta/packages/xlibs/libxft
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/xlibs/libxft
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xlibs/libxft')
-rw-r--r--meta/packages/xlibs/libxft/autofoo.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/xlibs/libxft/autofoo.patch b/meta/packages/xlibs/libxft/autofoo.patch
new file mode 100644
index 0000000000..54120aa612
--- /dev/null
+++ b/meta/packages/xlibs/libxft/autofoo.patch
@@ -0,0 +1,21 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- libXft-2.1.6/configure.ac~autofoo 2004-03-22 10:02:59.000000000 -0500
7+++ libXft-2.1.6/configure.ac 2005-01-17 02:08:10.165951760 -0500
8@@ -33,12 +33,12 @@
9 dnl Please bump the minor library number at each release as well.
10 dnl
11 AC_INIT(libXft, 2.1.6, [keithp@keithp.com], libXft)
12+AC_CONFIG_AUX_DIR(.)
13
14 AM_INIT_AUTOMAKE([dist-bzip2])
15 AM_MAINTAINER_MODE
16
17 AM_CONFIG_HEADER(config.h)
18-AC_CONFIG_AUX_DIR(.)
19
20 # checks for progs
21 AC_PROG_CC