URI:
       topal-3.10.9-disable-h323-workaround.patch - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       topal-3.10.9-disable-h323-workaround.patch (498B)
       ---
            1 # Sent to upstream on 2012-10-23
            2 # By Jesus Rivero <neurogeek@gentoo.org>
            3 diff -uNr opal-3.10.8.orig/include/h323/h323.h opal-3.10.8/include/h323/h323.h
            4 --- opal-3.10.8.orig/include/h323/h323.h        2012-10-22 07:50:37.000000000 -0400
            5 +++ opal-3.10.8/include/h323/h323.h     2012-10-23 14:10:37.000000000 -0400
            6 @@ -40,6 +40,7 @@
            7  #include <h323/h323con.h>
            8  #include <h323/gkclient.h>
            9  #include <opal/buildopts.h>
           10 +#include <ptlib.h>
           11  
           12  PString  OpalGetVersion();
           13  unsigned OpalGetMajorVersion();