1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/gatekeeper/files/patch-pwlib_compat-h
Martin Wilke a53c3f2098 - Update to 2.2.8
PR:		154864
Submitted by:	Bourne-again Superuser <toor@arwen.ics.muni.cz>
2011-02-19 14:48:28 +00:00

15 lines
369 B
Plaintext

--- 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