diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-12-03 23:25:35 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-12-03 23:25:35 +0000 |
commit | 13e37f5b15e987e6ccfc7d7653075c2d697f0aa8 (patch) | |
tree | f2edf1f83bf4b8af0ba21e19f7a8754b792a2c56 /net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch | |
parent | Version bump. Added pulseaudio USE wrt bug #442458 (diff) | |
download | historical-13e37f5b15e987e6ccfc7d7653075c2d697f0aa8.tar.gz historical-13e37f5b15e987e6ccfc7d7653075c2d697f0aa8.tar.bz2 historical-13e37f5b15e987e6ccfc7d7653075c2d697f0aa8.zip |
Version bump. Fixes to bugs #439498 and #440184
Package-Manager: portage-2.2.0_alpha138/cvs/Linux i686
Manifest-Sign-Key: 0x748B2C601F6F0683
Diffstat (limited to 'net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch')
-rw-r--r-- | net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch b/net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch new file mode 100644 index 000000000000..3d1761566ed1 --- /dev/null +++ b/net-libs/opal/files/opal-3.10.9-disable-h323-workaround.patch @@ -0,0 +1,13 @@ +# Sent to upstream on 2012-10-23 +# By Jesus Rivero <neurogeek@gentoo.org> +diff -uNr opal-3.10.8.orig/include/h323/h323.h opal-3.10.8/include/h323/h323.h +--- opal-3.10.8.orig/include/h323/h323.h 2012-10-22 07:50:37.000000000 -0400 ++++ opal-3.10.8/include/h323/h323.h 2012-10-23 14:10:37.000000000 -0400 +@@ -40,6 +40,7 @@ + #include <h323/h323con.h> + #include <h323/gkclient.h> + #include <opal/buildopts.h> ++#include <ptlib.h> + + PString OpalGetVersion(); + unsigned OpalGetMajorVersion(); |