summaryrefslogtreecommitdiff
path: root/meta/packages/libvorbis/libvorbis
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-15 16:50:54 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-15 16:50:54 +0000
commit76be5f46496eef8403b38d7f1a1624d0d5bcece0 (patch)
treef37854b8fbe17ea12e408637a3a9bf97b15bb5e0 /meta/packages/libvorbis/libvorbis
parent142d32ee93905675b0ede7588046f8bb5d191bbc (diff)
downloadopenembedded-core-76be5f46496eef8403b38d7f1a1624d0d5bcece0.tar.gz
openembedded-core-76be5f46496eef8403b38d7f1a1624d0d5bcece0.tar.bz2
openembedded-core-76be5f46496eef8403b38d7f1a1624d0d5bcece0.tar.xz
openembedded-core-76be5f46496eef8403b38d7f1a1624d0d5bcece0.zip
libtvorbis: Fix with libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4276 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libvorbis/libvorbis')
-rw-r--r--meta/packages/libvorbis/libvorbis/m4.patch19
-rw-r--r--meta/packages/libvorbis/libvorbis/makefile.patch14
2 files changed, 31 insertions, 2 deletions
diff --git a/meta/packages/libvorbis/libvorbis/m4.patch b/meta/packages/libvorbis/libvorbis/m4.patch
index 797a6b62a..a62f365c9 100644
--- a/meta/packages/libvorbis/libvorbis/m4.patch
+++ b/meta/packages/libvorbis/libvorbis/m4.patch
@@ -1,5 +1,7 @@
---- libvorbis-1.0.1/vorbis.m4.orig 2002-08-14 20:25:39 +0200
-+++ libvorbis-1.0.1/vorbis.m4 2004-08-12 12:58:13 +0200
+Index: libvorbis-1.0.1/vorbis.m4
+===================================================================
+--- libvorbis-1.0.1.orig/vorbis.m4 2002-08-14 19:25:39.000000000 +0100
++++ libvorbis-1.0.1/vorbis.m4 2008-04-15 15:43:15.000000000 +0100
@@ -6,7 +6,7 @@
dnl XIPH_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS
@@ -9,3 +11,16 @@
[dnl
dnl Get the cflags and libraries
dnl
+Index: libvorbis-1.0.1/acinclude.m4
+===================================================================
+--- libvorbis-1.0.1.orig/acinclude.m4 2008-04-15 17:46:44.000000000 +0100
++++ libvorbis-1.0.1/acinclude.m4 2008-04-15 17:46:55.000000000 +0100
+@@ -8,7 +8,7 @@
+ dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+ dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS
+ dnl
+-AC_DEFUN(XIPH_PATH_OGG,
++AC_DEFUN([XIPH_PATH_OGG],
+ [dnl
+ dnl Get the cflags and libraries
+ dnl
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