summaryrefslogtreecommitdiffstats
path: root/meta/packages/pango/pango-1.13.3/opentype-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pango/pango-1.13.3/opentype-makefile.patch')
-rw-r--r--meta/packages/pango/pango-1.13.3/opentype-makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.13.3/opentype-makefile.patch b/meta/packages/pango/pango-1.13.3/opentype-makefile.patch
new file mode 100644
index 0000000000..9f68420bc5
--- /dev/null
+++ b/meta/packages/pango/pango-1.13.3/opentype-makefile.patch
@@ -0,0 +1,20 @@
1--- pango/opentype/Makefile.am~ 2006-07-05 14:49:28.000000000 +0200
2+++ pango/opentype/Makefile.am 2006-07-05 14:49:28.000000000 +0200
3@@ -5,7 +5,7 @@
4
5 noinst_LTLIBRARIES = libharfbuzz-1.la
6
7-SOURCES = \
8+MAIN_SOURCES = \
9 ftglue.c \
10 harfbuzz-buffer.c \
11 harfbuzz-dump.c \
12@@ -34,7 +34,7 @@
13 harfbuzz-open-private.h
14
15 libharfbuzz_1_la_SOURCES = \
16- $(SOURCES) \
17+ $(MAIN_SOURCES) \
18 $(PUBLICHEADERS) \
19 $(PRIVATEHEADERS)
20