ports/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp
Martin Wilke d5a65bb450 sipXportLib is a library of SIP related functions and information
processing utilities.  It is a necessary dependancy of the sipX
project.

WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:27:31 +00:00

11 lines
349 B
C++

--- ./src/net/SipUserAgent.cpp.orig Thu Dec 28 17:59:14 2006
+++ ./src/net/SipUserAgent.cpp Thu Dec 28 18:00:20 2006
@@ -83,6 +83,8 @@
# define PLATFORM_UA_PARAM " (Linux)"
#elif defined(sun)
# define PLATFORM_UA_PARAM " (Solaris)"
+#elif defined(__FreeBSD__)
+# define PLATFORM_UA_PARAM " (FreeBSD)"
#endif
#endif /* PLATFORM_UA_PARAM */