diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 14:48:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 14:48:28 +0000 |
commit | a53c3f2098c0d567dff7f72637e4ce4e75ed4674 (patch) | |
tree | 31694563cf6f8c8a3bf91cd06db1710af478683c /net/gatekeeper/files/patch-pwlib_compat-h | |
parent | - Update to 0.0.2_0 (diff) |
- Update to 2.2.8
PR: 154864
Submitted by: Bourne-again Superuser <toor@arwen.ics.muni.cz>
Notes
Notes:
svn path=/head/; revision=269358
Diffstat (limited to 'net/gatekeeper/files/patch-pwlib_compat-h')
-rw-r--r-- | net/gatekeeper/files/patch-pwlib_compat-h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/gatekeeper/files/patch-pwlib_compat-h b/net/gatekeeper/files/patch-pwlib_compat-h new file mode 100644 index 000000000000..a177fe01860d --- /dev/null +++ b/net/gatekeeper/files/patch-pwlib_compat-h @@ -0,0 +1,14 @@ +--- pwlib_compat.h.orig 2011-02-18 15:06:44.000000000 +0100 ++++ pwlib_compat.h 2011-02-18 15:08:05.000000000 +0100 +@@ -103,9 +103,8 @@ + /////////////////////////////////////////////// + + // OpenH323 version matching +-#ifdef H323_H460 +- #define hasH460 1 // H460 support +-#endif ++#undef H323_H460 ++#undef hasH460 + + #if OPENH323_MAJOR == 1 + #if OPENH323_MINOR >= 19 |