openbsd-ports/net/gnugk/patches/patch-pwlib_compat_h
2010-03-23 21:14:45 +00:00

22 lines
417 B
Plaintext

$OpenBSD: patch-pwlib_compat_h,v 1.2 2010/03/23 21:14:45 ajacoutot Exp $
--- pwlib_compat.h.orig Fri Aug 28 16:44:29 2009
+++ pwlib_compat.h Sat Jan 30 14:07:40 2010
@@ -144,4 +144,17 @@
#endif
#endif
+#ifdef P_OPENBSD
+ #ifndef hasPConfigArray
+ #define hasPConfigArray 1
+ #endif
+
+ #ifndef h323pluslib
+ #define h323pluslib 1
+ #ifdef H323_H460
+ #define hasH460 1
+ #endif
+ #endif
+#endif
+
#endif