summaryrefslogtreecommitdiff
path: root/meta/packages/libvorbis/libvorbis/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libvorbis/libvorbis/makefile.patch')
-rw-r--r--meta/packages/libvorbis/libvorbis/makefile.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/libvorbis/libvorbis/makefile.patch b/meta/packages/libvorbis/libvorbis/makefile.patch
new file mode 100644
index 000000000..ecf41e357
--- /dev/null
+++ b/meta/packages/libvorbis/libvorbis/makefile.patch
@@ -0,0 +1,14 @@
+# Breaks with libtool 2.2.2
+
+Index: libvorbis-1.0.1/examples/Makefile.am
+===================================================================
+--- libvorbis-1.0.1.orig/examples/Makefile.am 2008-04-15 17:48:52.000000000 +0100
++++ libvorbis-1.0.1/examples/Makefile.am 2008-04-15 17:48:57.000000000 +0100
+@@ -7,7 +7,6 @@
+ noinst_PROGRAMS = decoder_example encoder_example chaining_example\
+ vorbisfile_example seeking_example
+
+-LDFLAGS = -all-static
+ LDADD = ../lib/libvorbis.la
+
+ decoder_example_SOURCES = decoder_example.c