diff options
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(); |