summaryrefslogtreecommitdiff
path: root/meta/packages/pango/pango-1.13.3
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pango/pango-1.13.3')
-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 000000000..9f68420bc
--- /dev/null
+++ b/meta/packages/pango/pango-1.13.3/opentype-makefile.patch
@@ -0,0 +1,20 @@
+--- pango/opentype/Makefile.am~ 2006-07-05 14:49:28.000000000 +0200
++++ pango/opentype/Makefile.am 2006-07-05 14:49:28.000000000 +0200
+@@ -5,7 +5,7 @@
+
+ noinst_LTLIBRARIES = libharfbuzz-1.la
+
+-SOURCES = \
++MAIN_SOURCES = \
+ ftglue.c \
+ harfbuzz-buffer.c \
+ harfbuzz-dump.c \
+@@ -34,7 +34,7 @@
+ harfbuzz-open-private.h
+
+ libharfbuzz_1_la_SOURCES = \
+- $(SOURCES) \
++ $(MAIN_SOURCES) \
+ $(PUBLICHEADERS) \
+ $(PRIVATEHEADERS)
+