openbsd-ports/net/gnugk/patches/patch-pwlib_compat_h
2010-05-26 14:33:01 +00:00

22 lines
417 B
Plaintext

$OpenBSD: patch-pwlib_compat_h,v 1.3 2010/05/26 14:33:01 ajacoutot Exp $
--- pwlib_compat.h.orig Tue Jan 19 13:00:21 2010
+++ pwlib_compat.h Wed May 26 15:57:44 2010
@@ -156,4 +156,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