h323plus-1.25.0-ptlib-2.10.10.patch 668 B

12345678910111213141516
  1. Fix macro definition for ptlib-2.10.10 compatibility
  2. http://lists.packetizer.com/pipermail/h323plus/2012-December/002543.html
  3. diff -ur a/include/openh323buildopts.h.in b/include/openh323buildopts.h.in
  4. --- a/include/openh323buildopts.h.in 2012-09-21 05:53:21.000000000 +0200
  5. +++ b/include/openh323buildopts.h.in 2013-03-05 19:26:25.251373540 +0100
  6. @@ -35,7 +35,7 @@
  7. #include <ptbuildopts.h>
  8. #include <ptlib/../../revision.h>
  9. -#if PTLIB_MAJOR == 2 && PTLIB_MINOR < 10
  10. +#if PTLIB_MAJOR == 2 && PTLIB_MINOR <= 10
  11. #define PTLIB_VER ( PTLIB_MAJOR*100 + PTLIB_MINOR*10 + PTLIB_BUILD )
  12. #else
  13. #define PTLIB_VER ( PTLIB_MAJOR*1000 + PTLIB_MINOR*10 + PTLIB_BUILD )