diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-12-03 23:25:27 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-12-03 23:25:27 +0000 |
commit | 81d808dfafb30e65e80b852f925a9153c8b13c5c (patch) | |
tree | 651b957966eeb5c1fb93d4d386ff9a2521d4af1d /net-libs/opal/files | |
parent | Version bump. Added pulseaudio USE wrt bug #442458 (diff) | |
download | gentoo-2-81d808dfafb30e65e80b852f925a9153c8b13c5c.tar.gz gentoo-2-81d808dfafb30e65e80b852f925a9153c8b13c5c.tar.bz2 gentoo-2-81d808dfafb30e65e80b852f925a9153c8b13c5c.zip |
Version bump. Fixes to bugs #439498 and #440184
(Portage version: 2.2.0_alpha138/cvs/Linux i686, signed Manifest commit with key 748B2C601F6F0683)
Diffstat (limited to 'net-libs/opal/files')
-rw-r--r-- | net-libs/opal/files/opal-3.10.9-avoid_cflags_mixup.patch (renamed from net-libs/opal/files/opal-3.10.8-avoid_cflags_mixup.patch) | 0 | ||||
-rw-r--r-- | net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch (renamed from net-libs/opal/files/opal-3.10.8-disable-h323-workaround.patch) | 0 | ||||
-rw-r--r-- | net-libs/opal/files/opal-3.10.9-java-ruby-swig-fix.patch | 29 | ||||
-rw-r--r-- | net-libs/opal/files/opal-3.10.9-labs_is_in_stdlib.patch (renamed from net-libs/opal/files/opal-3.10.8-labs_is_in_stdlib.patch) | 0 | ||||
-rw-r--r-- | net-libs/opal/files/opal-3.10.9-svn_revision_override.patch (renamed from net-libs/opal/files/opal-3.10.8-svn_revision_override.patch) | 0 |
5 files changed, 29 insertions, 0 deletions
diff --git a/net-libs/opal/files/opal-3.10.8-avoid_cflags_mixup.patch b/net-libs/opal/files/opal-3.10.9-avoid_cflags_mixup.patch index 7f9a3b5c0766..7f9a3b5c0766 100644 --- a/net-libs/opal/files/opal-3.10.8-avoid_cflags_mixup.patch +++ b/net-libs/opal/files/opal-3.10.9-avoid_cflags_mixup.patch diff --git a/net-libs/opal/files/opal-3.10.8-disable-h323-workaround.patch b/net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch index 3d1761566ed1..3d1761566ed1 100644 --- a/net-libs/opal/files/opal-3.10.8-disable-h323-workaround.patch +++ b/net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch diff --git a/net-libs/opal/files/opal-3.10.9-java-ruby-swig-fix.patch b/net-libs/opal/files/opal-3.10.9-java-ruby-swig-fix.patch new file mode 100644 index 000000000000..65708635a34d --- /dev/null +++ b/net-libs/opal/files/opal-3.10.9-java-ruby-swig-fix.patch @@ -0,0 +1,29 @@ +diff -uNr opal-3.10.9.orig/Makefile.in opal-3.10.9/Makefile.in +--- opal-3.10.9.orig/Makefile.in 2012-12-03 11:09:17.000000000 -0500 ++++ opal-3.10.9/Makefile.in 2012-12-03 11:09:35.000000000 -0500 +@@ -371,9 +371,9 @@ + ifeq ($(OPAL_JAVA), yes) + + JAVA_SRCDIR = $(OPAL_SRCDIR)/java +-JAVA_WRAPPER = $(JAVA_SRCDIR)/java_swig_wrapper.c ++JAVA_WRAPPER = $(JAVA_SRCDIR)/java_swig_wrapper.cxx + +-VPATH_C += $(JAVA_SRCDIR) ++VPATH_CXX += $(JAVA_SRCDIR) + SOURCES += $(JAVA_WRAPPER) + + endif +@@ -384,10 +384,10 @@ + + ifeq ($(OPAL_RUBY), yes) + +-RUBY_SRCDIR = $(OPAL_SRCDIR)/ruby +-RUBY_WRAPPER = $(JAVA_SRCDIR)/ruby_swig_wrapper.c ++RUBY_SRCDIR = $(OPAL_SRCDIR)/Ruby ++RUBY_WRAPPER = $(JAVA_SRCDIR)/ruby_swig_wrapper.cxx + +-VPATH_C += $(RUBY_SRCDIR) ++VPATH_CXX += $(RUBY_SRCDIR) + SOURCES += $(RUBY_WRAPPER) + + endif diff --git a/net-libs/opal/files/opal-3.10.8-labs_is_in_stdlib.patch b/net-libs/opal/files/opal-3.10.9-labs_is_in_stdlib.patch index ac8a7ef2000f..ac8a7ef2000f 100644 --- a/net-libs/opal/files/opal-3.10.8-labs_is_in_stdlib.patch +++ b/net-libs/opal/files/opal-3.10.9-labs_is_in_stdlib.patch diff --git a/net-libs/opal/files/opal-3.10.8-svn_revision_override.patch b/net-libs/opal/files/opal-3.10.9-svn_revision_override.patch index c2a15b16ef82..c2a15b16ef82 100644 --- a/net-libs/opal/files/opal-3.10.8-svn_revision_override.patch +++ b/net-libs/opal/files/opal-3.10.9-svn_revision_override.patch |