pkgsrc-wip/opensips/patches/patch-ab
Martti Kuparinen 56a0d14fdf Import opensips-1.6.0 as wip/opensips.
OpenSIPS (Open SIP Server) is a mature Open Source implementation of a
SIP server. OpenSIPS is more than a SIP proxy/router as it includes
application-level functionalities. OpenSIPS, as a SIP server, is the
core component of any SIP-based VoIP solution.
2009-12-07 10:58:09 +00:00

17 lines
355 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2009/12/07 10:58:09 marttikuparinen Exp $
Make this build on NetBSD.
--- db/db_ut.h.orig 2009-10-16 03:24:18.000000000 +0300
+++ db/db_ut.h 2009-12-07 12:23:16.000000000 +0200
@@ -53,8 +53,10 @@
#include <time.h>
+#ifndef __OS_netbsd
#undef _XOPEN_SOURCE
#undef _XOPEN_SOURCE_EXTENDED
+#endif
#include "db_key.h"